Class ListIdentityMappingsRequest (0.16.0)

ListIdentityMappingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for IdentityMappingStoreService.ListIdentityMappings

Attributes

Name Description
identity_mapping_store str
Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
page_size int
Maximum number of IdentityMappings to return. If unspecified, defaults to 2000. The maximum allowed value is 10000. Values above 10000 will be coerced to 10000.
page_token str
A page token, received from a previous ListIdentityMappings call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListIdentityMappings must match the call that provided the page token.