Class Challenge
A challenge to be signed by a 2FA key.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class Challenge : IDirectResponseSchema
Properties
ChallengeValue
Output only. The challenge to be signed by the 2FA key indicated by the public key.
Declaration
[JsonProperty("challenge")]
public virtual string ChallengeValue { 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 |
PublicKeyPem
Output only. The public key associated with the 2FA key that should sign the challenge.
Declaration
[JsonProperty("publicKeyPem")]
public virtual string PublicKeyPem { get; set; }
Property Value
| Type | Description |
|---|---|
| string |