Show / Hide Table of Contents

Class UpgradeKeyTrust

Promotes a key with the AES_WRAPPING purpose to a trusted wrapping key. The key must be in the ACTIVE state to perform this operation.

Inheritance
object
UpgradeKeyTrust
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.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class UpgradeKeyTrust : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Required. The name of the CryptoKeyVersion to promote.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TwoFactorPublicKeyPem

Required. The public key associated with the 2FA key that will sign the login nonce for this operation.

Declaration
[JsonProperty("twoFactorPublicKeyPem")]
public virtual string TwoFactorPublicKeyPem { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX