Class UpdateCryptoKeyPrimaryVersionRequest
Request message for KeyManagementService.UpdateCryptoKeyPrimaryVersion.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class UpdateCryptoKeyPrimaryVersionRequest : IDirectResponseSchema
Properties
CryptoKeyVersionId
Required. The id of the child CryptoKeyVersion to use as primary.
Declaration
[JsonProperty("cryptoKeyVersionId")]
public virtual string CryptoKeyVersionId { 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 |