Class ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListIdentityMappingsRequest
Lists Identity Mappings in an Identity Mapping Store.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListIdentityMappingsRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse>, IClientServiceRequest
Constructors
ListIdentityMappingsRequest(IClientService, string)
Constructs a new ListIdentityMappings request.
Declaration
public ListIdentityMappingsRequest(IClientService service, string identityMappingStore)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | identityMappingStore |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IdentityMappingStore
Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format:
projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
Declaration
[RequestParameter("identityMappingStore", RequestParameterType.Path)]
public virtual string IdentityMappingStore { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
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.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
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.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ListIdentityMappings parameter list.
Declaration
protected override void InitParameters()