View Source GoogleApi.VerifiedAccess.V2.Model.VerifyChallengeResponseResult (google_api_verified_access v0.8.0)
Result message for VerifiedAccess.VerifyChallengeResponse.
Attributes
-
attestedDeviceId
(type:String.t
, default:nil
) - Attested device ID (ADID). -
customerId
(type:String.t
, default:nil
) - Unique customer id that this device belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers -
deviceEnrollmentId
(type:String.t
, default:nil
) - Device enrollment id for ChromeOS devices. -
devicePermanentId
(type:String.t
, default:nil
) - Device permanent id is returned in this field (for the machine response only). -
deviceSignal
(type:String.t
, default:nil
) - Deprecated. Device signal in json string representation. Prefer usingdevice_signals
instead. -
deviceSignals
(type:GoogleApi.VerifiedAccess.V2.Model.DeviceSignals.t
, default:nil
) - Device signals. -
keyTrustLevel
(type:String.t
, default:nil
) - Device attested key trust level. -
profileCustomerId
(type:String.t
, default:nil
) - Unique customer id that this profile belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers -
profileKeyTrustLevel
(type:String.t
, default:nil
) - Profile attested key trust level. -
signedPublicKeyAndChallenge
(type:String.t
, default:nil
) - 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) -
virtualDeviceId
(type:String.t
, default:nil
) - Virtual device id of the device. The definition of virtual device id is platform-specific. -
virtualProfileId
(type:String.t
, default:nil
) - The ID of a profile on the device.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VerifiedAccess.V2.Model.VerifyChallengeResponseResult{ attestedDeviceId: String.t() | nil, customerId: String.t() | nil, deviceEnrollmentId: String.t() | nil, devicePermanentId: String.t() | nil, deviceSignal: String.t() | nil, deviceSignals: GoogleApi.VerifiedAccess.V2.Model.DeviceSignals.t() | nil, keyTrustLevel: String.t() | nil, profileCustomerId: String.t() | nil, profileKeyTrustLevel: String.t() | nil, signedPublicKeyAndChallenge: String.t() | nil, virtualDeviceId: String.t() | nil, virtualProfileId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.