AccessControlGrant
AccessControlGrant
Definition of AccessControlGrant.
JSON Example
{
"id": "string",
"tenant": {
"name": "string",
"id": "string"
},
"grantType": "string",
"objectId": "string",
"accessLevelId": "urn:vcloud:accessLevel:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
string
id
Optional
VcloudId URN identifier for ACL grant
string
grantType
Required
Indicates whether this access control grant is based on user memberships or entitlements
string
objectId
Optional
Constraints:
maxLength: 128
The object that this access control grant applies to
string
accessLevelId
Required
Constraints:
maxLength: 128
The ID of the level of access which the subject will be granted.
Parameter To
Returned By