authenticationRequirement property
Specifies whether user should authenticate with Google during enrollment.
This setting, if specified,GoogleAuthenticationSettings
specified for
the enterprise resource is ignored for devices enrolled with this token.
Optional. Possible string values are:
- "authenticationRequirementUnspecified" : The value is unused.
- "optional" : Google authentication is optional for the user. This means the user can choose to skip Google authentication during enrollment.
- "required" : Google authentication is required for the user. This means the user must authenticate with a Google account to proceed.
Implementation
core.String? authenticationRequirement;