Class GoogleAuthenticationSettings
Contains settings for Google-provided user authentication.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class GoogleAuthenticationSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleAuthenticationRequired
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.
Declaration
[JsonProperty("googleAuthenticationRequired")]
public virtual string GoogleAuthenticationRequired { get; set; }
Property Value
Type | Description |
---|---|
string |