googleAuthenticationRequired property

String? googleAuthenticationRequired
getter/setter pair

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.

Output only. Possible string values are:

  • "GOOGLE_AUTHENTICATION_REQUIRED_UNSPECIFIED" : This value is not used.
  • "NOT_REQUIRED" : Google authentication is not required.
  • "REQUIRED" : User is required to be successfully authenticated by Google.

Implementation

core.String? googleAuthenticationRequired;