GoogleApi.VerifiedAccess.V2.Model.VerifyChallengeResponseResult (google_api_verified_access v0.11.0)

View Source

Result message for VerifiedAccess.VerifyChallengeResponse. The response returned when successful for Managed profiles on Unmanaged browsers will NOT have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId fields. Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId, profilePermanentId and profileKeyTrustLevel fields.

Attributes

  • attestedDeviceId (type: String.t, default: nil) - Output only. Attested device ID (ADID).
  • customerId (type: String.t, default: nil) - Output only. 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) - Output only. Device enrollment id for ChromeOS devices.
  • devicePermanentId (type: String.t, default: nil) - Output only. Device permanent id is returned in this field (for the machine response only).
  • deviceSignal (type: String.t, default: nil) - Output only. Deprecated. Device signal in json string representation. Prefer using device_signals instead.
  • deviceSignals (type: GoogleApi.VerifiedAccess.V2.Model.DeviceSignals.t, default: nil) - Output only. Device signals.
  • keyTrustLevel (type: String.t, default: nil) - Output only. Device attested key trust level.
  • profileCustomerId (type: String.t, default: nil) - Output only. 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) - Output only. Profile attested key trust level.
  • profilePermanentId (type: String.t, default: nil) - Output only. The unique server-side ID of a profile on the device.
  • signedPublicKeyAndChallenge (type: String.t, default: nil) - Output only. 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) - Output only. Virtual device id of the device. The definition of virtual device id is platform-specific.
  • virtualProfileId (type: String.t, default: nil) - Output only. The client-provided ID of a profile on the device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@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,
  profilePermanentId: String.t() | nil,
  signedPublicKeyAndChallenge: String.t() | nil,
  virtualDeviceId: String.t() | nil,
  virtualProfileId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.