Show / Hide Table of Contents

Class Challenge

A challenge to be signed by a 2FA key.

Inheritance
object
Challenge
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX