Class ProjectsResource.LocationsResource.IdentityMappingStoresResource.CreateRequest
Creates a new Identity Mapping Store.
Inheritance
ProjectsResource.LocationsResource.IdentityMappingStoresResource.CreateRequest
Implements
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaIdentityMappingStore>.AccessToken
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.IdentityMappingStoresResource.CreateRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaIdentityMappingStore>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaIdentityMappingStore>, IClientServiceRequest
Constructors
CreateRequest(IClientService, GoogleCloudDiscoveryengineV1alphaIdentityMappingStore, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaIdentityMappingStore body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDiscoveryengineV1alphaIdentityMappingStore | body | |
string | parent |
Properties
CmekConfigName
Resource name of the CmekConfig to use for protecting this Identity Mapping Store.
Declaration
[RequestParameter("cmekConfigName", RequestParameterType.Query)]
public virtual string CmekConfigName { get; set; }
Property Value
Type | Description |
---|---|
string |
DisableCmek
Identity Mapping Store without CMEK protections. If a default CmekConfig is set for the project, setting this field will override the default CmekConfig as well.
Declaration
[RequestParameter("disableCmek", RequestParameterType.Query)]
public virtual bool? DisableCmek { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IdentityMappingStoreId
Required. The ID of the Identity Mapping Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters.
Declaration
[RequestParameter("identityMappingStoreId", RequestParameterType.Query)]
public virtual string IdentityMappingStoreId { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The parent collection resource name, such as
projects/{project}/locations/{location}
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()