public sealed class ListIdentityMappingsRequest : IMessage<ListIdentityMappingsRequest>, IEquatable<ListIdentityMappingsRequest>, IDeepCloneable<ListIdentityMappingsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Discovery Engine v1 API class ListIdentityMappingsRequest.
Request message for [IdentityMappingStoreService.ListIdentityMappings][google.cloud.discoveryengine.v1.IdentityMappingStoreService.ListIdentityMappings]
Implements
IMessageListIdentityMappingsRequest, IEquatableListIdentityMappingsRequest, IDeepCloneableListIdentityMappingsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListIdentityMappingsRequest()
public ListIdentityMappingsRequest()
ListIdentityMappingsRequest(ListIdentityMappingsRequest)
public ListIdentityMappingsRequest(ListIdentityMappingsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListIdentityMappingsRequest |
Properties
IdentityMappingStore
public string IdentityMappingStore { get; set; }
Required. The name of the Identity Mapping Store to list Identity Mapping
Entries in. Format:
projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
Property Value | |
---|---|
Type | Description |
string |
IdentityMappingStoreAsIdentityMappingStoreName
public IdentityMappingStoreName IdentityMappingStoreAsIdentityMappingStoreName { get; set; }
IdentityMappingStoreName-typed view over the IdentityMappingStore resource name property.
Property Value | |
---|---|
Type | Description |
IdentityMappingStoreName |
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |