InlineVcdUsers1

InlineVcdUsers1
InlineVcdUsers1
JSON Example
{
    "values": [
        {
            "username": "string",
            "fullName": "string",
            "description": "string",
            "id": "string",
            "roleEntityRefs": [
                {
                    "name": "string",
                    "id": "string"
                }
            ],
            "orgEntityRef": {
                "name": "string",
                "id": "string"
            },
            "password": "string",
            "deployedVmQuota": 0,
            "storedVmQuota": 0,
            "email": "string",
            "nameInSource": "string",
            "enabled": false,
            "isGroupRole": false,
            "providerType": "string",
            "locked": false,
            "stranded": false,
            "phone": "string"
        }
    ]
}
array of VcdUser
values
Optional

The current page of users.

Used By