Class KeyVersionSpec
A Cloud KMS key configuration that a CertificateAuthority will use.
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class KeyVersionSpec : IDirectResponseSchema
Properties
Algorithm
The algorithm to use for creating a managed Cloud KMS key for a for a simplified experience. All managed
keys will be have their ProtectionLevel as HSM
.
Declaration
[JsonProperty("algorithm")]
public virtual string Algorithm { get; set; }
Property Value
Type | Description |
---|---|
string |
CloudKmsKeyVersion
The resource name for an existing Cloud KMS CryptoKeyVersion in the format
projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*
. This option enables full flexibility
in the key's capabilities and properties.
Declaration
[JsonProperty("cloudKmsKeyVersion")]
public virtual string CloudKmsKeyVersion { 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 |