ListMembershipBindingsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request to list MembershipBinding.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent Membership for which the MembershipBindings will be listed. Specified in the format projects/*/locations/*/memberships/*.
|
page_size |
int
Optional. When requesting a 'page' of resources, page_size specifies number of resources to return. If
unspecified or set to 0, all resources will be returned.
|
page_token |
str
Optional. Token returned by previous call to ListMembershipBindings which specifies the position in
the list from where to continue listing the resources.
|
filter |
str
Optional. Lists MembershipBindings that match the filter expression, following the syntax outlined in https://google.aip.dev/160. |