SearchAccessPolicyBindingsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for SearchAccessPolicyBindings rpc.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The name of the access policy. Format: organizations/{organization_id}/locations/{location}/accessPolicies/{access_policy_id}
folders/{folder_id}/locations/{location}/accessPolicies/{access_policy_id}
projects/{project_id}/locations/{location}/accessPolicies/{access_policy_id}
projects/{project_number}/locations/{location}/accessPolicies/{access_policy_id}
|
page_size |
int
Optional. The maximum number of policy bindings to return. The service may return fewer than this value. If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
page_token |
str
Optional. A page token, received from a previous SearchAccessPolicyBindingsRequest call. Provide this to
retrieve the subsequent page.
When paginating, all other parameters provided to
SearchAccessPolicyBindingsRequest must match the call
that provided the page token.
|