Get Access Control Grant
Get a specific access-control grant for the Kubernetes namespace.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/kubernetesClusters/{clusterId}/namespaces/{namespaceId}/accessControls/{accessControlId}
COPY
Path Parameters
string
clusterId
Required
clusterId
string
namespaceId
Required
namespaceId
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/kubernetesClusters/{clusterId}/namespaces/{namespaceId}/accessControls/{accessControlId}
Availability
Added in 40.0.0-alpha
Vdc Compute Policies2 Operations
GET
Query Vdc Compute Policies
POST
Create Vdc Compute Policy
GET
Get Vdc Compute Policy
PUT
Update Vdc Compute Policy
DELETE
Delete Vdc Compute Policy
GET
Get Vdc Compute Policy Metrics
GET
Get Vdc Compute Policy Vdcs
POST
Add Vdc Compute Policy To Vdcs
GET
Query Virtual Machine Classes
GET
Query Vdc Compute Policy Access Control Grants
POST
Create Vdc Compute Policy Access Control Grant
PUT
Update Vdc Compute Policy Access Control Grant
GET
Get Access Control Grant
PUT
Update Access Control Grant
DELETE
Remove Access Control Grant