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.
Implements
Inherited Members
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 |