Get Entity Type Access Control Grant
Get the specified access-control grant.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/entityTypes/{objectId}/accessControls/{accessControlId}
COPY
Path Parameters
string
objectId
Required
objectId
string
accessControlId
Required
accessControlId
Responses
200
Ok
Returns
AccessControlGrant
of type(s)
application/json;version=39.1
{
"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
object
tenant
Optional
Entity reference used to describe VCD entities
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.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/entityTypes/{objectId}/accessControls/{accessControlId}
Availability
Added in 35.2
Type Access Controls Operations
GET
Query Entity Type Access Control Grants
POST
Create Entity Type Access Control Grant
GET
Get Entity Type Access Control Grant
PUT
Update Entity Type Access Control Grant
DELETE
Remove Entity Type Access Control Grant