Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IdentityMappingStoresResource

The "identityMappingStores" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.IdentityMappingStoresResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.IdentityMappingStoresResource

Constructors

IdentityMappingStoresResource(IClientService)

Constructs a new resource.

Declaration
public IdentityMappingStoresResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.IdentityMappingStoresResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.IdentityMappingStoresResource.OperationsResource

Methods

Create(GoogleCloudDiscoveryengineV1alphaIdentityMappingStore, string)

Creates a new Identity Mapping Store.

Declaration
public virtual ProjectsResource.LocationsResource.IdentityMappingStoresResource.CreateRequest Create(GoogleCloudDiscoveryengineV1alphaIdentityMappingStore body, string parent)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaIdentityMappingStore body

The body of the request.

string parent

Required. The parent collection resource name, such as projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.IdentityMappingStoresResource.CreateRequest

Delete(string)

Deletes the Identity Mapping Store.

Declaration
public virtual ProjectsResource.LocationsResource.IdentityMappingStoresResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the Identity Mapping Store to delete. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Returns
Type Description
ProjectsResource.LocationsResource.IdentityMappingStoresResource.DeleteRequest

Get(string)

Gets the Identity Mapping Store.

Declaration
public virtual ProjectsResource.LocationsResource.IdentityMappingStoresResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the Identity Mapping Store to get. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Returns
Type Description
ProjectsResource.LocationsResource.IdentityMappingStoresResource.GetRequest

ImportIdentityMappings(GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsRequest, string)

Imports a list of Identity Mapping Entries to an Identity Mapping Store.

Declaration
public virtual ProjectsResource.LocationsResource.IdentityMappingStoresResource.ImportIdentityMappingsRequest ImportIdentityMappings(GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsRequest body, string identityMappingStore)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsRequest body

The body of the request.

string identityMappingStore

Required. The name of the Identity Mapping Store to import Identity Mapping Entries to. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Returns
Type Description
ProjectsResource.LocationsResource.IdentityMappingStoresResource.ImportIdentityMappingsRequest

List(string)

Lists all Identity Mapping Stores.

Declaration
public virtual ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent of the Identity Mapping Stores to list. Format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListRequest

ListIdentityMappings(string)

Lists Identity Mappings in an Identity Mapping Store.

Declaration
public virtual ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListIdentityMappingsRequest ListIdentityMappings(string identityMappingStore)
Parameters
Type Name Description
string identityMappingStore

Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Returns
Type Description
ProjectsResource.LocationsResource.IdentityMappingStoresResource.ListIdentityMappingsRequest

PurgeIdentityMappings(GoogleCloudDiscoveryengineV1alphaPurgeIdentityMappingsRequest, string)

Purges specified or all Identity Mapping Entries from an Identity Mapping Store.

Declaration
public virtual ProjectsResource.LocationsResource.IdentityMappingStoresResource.PurgeIdentityMappingsRequest PurgeIdentityMappings(GoogleCloudDiscoveryengineV1alphaPurgeIdentityMappingsRequest body, string identityMappingStore)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaPurgeIdentityMappingsRequest body

The body of the request.

string identityMappingStore

Required. The name of the Identity Mapping Store to purge Identity Mapping Entries from. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Returns
Type Description
ProjectsResource.LocationsResource.IdentityMappingStoresResource.PurgeIdentityMappingsRequest
In this article
Back to top Generated by DocFX