Class RotatedCloudKmsKey
Message representing rotated Cloud KMS key. Consists of the Cloud KMS key and its associated proof of rotation.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RotatedCloudKmsKey : IDirectResponseSchema
Properties
CloudKmsKeyAndCert
Required. Cloud KMS key and the certificate associated with the key.
Declaration
[JsonProperty("cloudKmsKeyAndCert")]
public virtual CloudKmsKeyAndCert CloudKmsKeyAndCert { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudKmsKeyAndCert |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SigningCertificateLineage
Required. Proof-of-rotation. See creating signing certificate lineages.
Declaration
[JsonProperty("signingCertificateLineage")]
public virtual string SigningCertificateLineage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |