ListPolicyBindingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ListPolicyBindings method.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent resource, which owns the collection of policy bindings. Format: - projects/{project_id}/locations/{location}
- projects/{project_number}/locations/{location}
- folders/{folder_id}/locations/{location}
- organizations/{organization_id}/locations/{location}
|
page_size |
int
Optional. The maximum number of policy bindings to return. The service may return fewer than this value. The default value is 50. The maximum value is 1000. |
page_token |
str
Optional. A page token, received from a previous ListPolicyBindings call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
ListPolicyBindings must match the call that provided the
page token.
|
filter |
str
Optional. An expression for filtering the results of the request. Filter rules are case insensitive. Some eligible fields for filtering are the following: - target
- policy
Some examples of filter queries:
- target:ex*: The binding target's name starts with
"ex".
- target:example: The binding target's name is
example.
- policy:example: The binding policy's name is
example.
|