Identity Hub API, gRPC: OrganizationService.ListAccessPolicyBindings
Returns list of access policy bindings for the organization.
gRPC request
rpc ListAccessPolicyBindings (access.ListAccessPolicyBindingsRequest) returns (access.ListAccessPolicyBindingsResponse)
access.ListAccessPolicyBindingsRequest
{
"resource_id": "string",
"page_size": "int64",
"page_token": "string"
}
|
Field |
Description |
|
resource_id |
string Required field. ID of the resource to list access policy bindings for. To get the resource ID, use a corresponding List request. The maximum string length in characters is 50. |
|
page_size |
int64 The maximum number of results per page that should be returned. Acceptable values are 0 to 1000, inclusive. |
|
page_token |
string Page token. Set The maximum string length in characters is 100. |
access.ListAccessPolicyBindingsResponse
{
"access_policy_bindings": [
{
"access_policy_template_id": "string",
"parameters": "map<string, string>"
}
],
"next_page_token": "string"
}
|
Field |
Description |
|
access_policy_bindings[] |
List of access policy bindings for the specified resource. |
|
next_page_token |
string This token allows you to get the next page of results for list requests. |
AccessPolicyBinding
|
Field |
Description |
|
access_policy_template_id |
string Required field. ID of the access policy template being applied. The maximum string length in characters is 50. |
|
parameters |
object (map<string, string>) |