Class EkmConfig
An EkmConfig is a singleton resource that represents configuration parameters that apply to all CryptoKeys and CryptoKeyVersions with a ProtectionLevel of EXTERNAL_VPC in a given project and location.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class EkmConfig : IDirectResponseSchema
Properties
DefaultEkmConnection
Optional. Resource name of the default EkmConnection. Setting this field to the empty string removes the default.
Declaration
[JsonProperty("defaultEkmConnection")]
public virtual string DefaultEkmConnection { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The resource name for the EkmConfig in the format projects/*/locations/*/ekmConfig
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |