Get Named Credential Access Control Grant
Get the specified access-control grant.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/namedCredentials/{namedCredentialId}/accessControls/{accessControlId}
COPY
Path Parameters
string
namedCredentialId
Required
id of the namedCredential
string
accessControlId
Required
accessControlId
string
namedCredentialId
Required
id of the namedCredential
Responses
200
Ok
Returns AccessControlGrant of type(s) application/json;version=39.0
{
"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
The object that this access control grant applies to
string
accessLevelId
Required
The ID of the level of access which the subject will be granted.
Availability
Added in 40.0.0-alpha
Named Credential Operations
POST
Create Named Credential
POST
Create Named Credential Access Control Grant
DELETE
Delete Named Credential
GET
Get Named Credential
GET
Get Named Credential Access Control Grant
GET
Query Named Credential Access Control Grants
GET
Query Named Credentials
DELETE
Remove Named Credential Access Control Grant
PUT
Update Named Credential
PUT
Update Named Credential Control Grant