google_api_android_management v0.18.0 GoogleApi.AndroidManagement.V1.Model.SigninDetail View Source

A resource containing sign in details for an enterprise.

Attributes

  • qrCode (type: String.t, default: nil) - A JSON string whose UTF-8 representation can be used to generate a QR code to enroll a device with this enrollment token. To enroll a device using NFC, the NFC record must contain a serialized java.util.Properties representation of the properties in the JSON. This is a read-only field generated by the server.
  • signinEnrollmentToken (type: String.t, default: nil) - An enterprise wide enrollment token used to trigger custom sign-in flow. This is a read-only field generated by the server.
  • signinUrl (type: String.t, default: nil) - Sign-in URL for authentication when device is provisioned with a sign-in enrollment token. The sign-in endpoint should finish authentication flow with a URL in the form of https://enterprise.google.com/android/enroll?et=> for a successful login, or https://enterprise.google.com/android/enroll/invalid for a failed login.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.SigninDetail{
  qrCode: String.t(),
  signinEnrollmentToken: String.t(),
  signinUrl: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.