Show / Hide Table of Contents

Class VerifyChallengeResponseResult

Result message for VerifiedAccess.VerifyChallengeResponse.

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

Properties

AttestedDeviceId

Attested device id (ADID) of the device, read from the verified data.

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

DeviceEnrollmentId

Device enrollment id is returned in this field (for the machine response only).

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

DevicePermanentId

Device permanent id is returned in this field (for the machine response only).

Declaration
[JsonProperty("devicePermanentId")]
public virtual string DevicePermanentId { 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

SignedPublicKeyAndChallenge

Certificate Signing Request (in the SPKAC format, base64 encoded) is returned in this field. This field will be set only if device has included CSR in its challenge response. (the option to include CSR is now available for both user and machine responses)

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

VerificationOutput

For EMCert check, device permanent id is returned here. For EUCert check, signed_public_key_and_challenge [base64 encoded] is returned if present, otherwise empty string is returned. This field is deprecated, please use device_permanent_id or signed_public_key_and_challenge fields.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX