Show / Hide Table of Contents

Class RotatedCloudKmsKey

Message representing rotated Cloud KMS key. Consists of the Cloud KMS key and its associated proof of rotation.

Inheritance
object
RotatedCloudKmsKey
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX