Certificate Manager API, gRPC: CertificateService.ListAccessBindings
Lists existing access bindings for the specified certificate.
gRPC request
rpc ListAccessBindings (access.ListAccessBindingsRequest) returns (access.ListAccessBindingsResponse)
access.ListAccessBindingsRequest
{
"resourceId": "string",
"pageSize": "int64",
"pageToken": "string"
}
Field |
Description |
resourceId |
string Required field. ID of the resource to list access bindings for. To get the resource ID, use a corresponding List request. |
pageSize |
int64 The maximum number of results per page that should be returned. If the number of available |
pageToken |
string Page token. Set |
access.ListAccessBindingsResponse
{
"accessBindings": [
{
"roleId": "string",
"subject": {
"id": "string",
"type": "string"
}
}
],
"nextPageToken": "string"
}
Field |
Description |
accessBindings[] |
List of access bindings for the specified resource. |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
AccessBinding
Field |
Description |
roleId |
string Required field. ID of the yandex.cloud.iam.v1.Role that is assigned to the |
subject |
Required field. Identity for which access binding is being created. |
Subject
Field |
Description |
id |
string Required field. ID of the subject. It can contain one of the following values:
|
type |
string Required field. Type of the subject. It can contain one of the following values:
For more information, see Subject to which the role is assigned. |