View Source GoogleApi.AndroidManagement.V1.Model.GoogleAuthenticationSettings (google_api_android_management v0.56.0)

Contains settings for Google-provided user authentication.

Attributes

  • googleAuthenticationRequired (type: String.t, default: nil) - Output only. Whether users need to be authenticated by Google during the enrollment process. IT admin can specify if Google authentication is enabled for the enterprise for knowledge worker devices. This value can be set only via the Google Admin Console. Google authentication can be used with signin_url In the case where Google authentication is required and a signin_url is specified, Google authentication will be launched before signin_url.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.GoogleAuthenticationSettings{
  googleAuthenticationRequired: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.