Class ChallengeReply
A reply to a challenge signed by a 2FA key.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ChallengeReply : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublicKeyPem
Required. The public key associated with the 2FA key.
Declaration
[JsonProperty("publicKeyPem")]
public virtual string PublicKeyPem { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignedChallenge
Required. The signed challenge associated with the 2FA key. The signature must be RSASSA-PKCS1 v1.5 with a SHA256 digest.
Declaration
[JsonProperty("signedChallenge")]
public virtual string SignedChallenge { get; set; }
Property Value
| Type | Description |
|---|---|
| string |