Class EnrollmentTokenGoogleAuthenticationOptions
Options for Google authentication during the enrollment.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class EnrollmentTokenGoogleAuthenticationOptions : IDirectResponseSchema
Properties
AuthenticationRequirement
[Optional] 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.
Declaration
[JsonProperty("authenticationRequirement")]
public virtual string AuthenticationRequirement { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequiredAccountEmail
[Optional] Specifies the managed Google account that the user must use during
enrollment.AuthenticationRequirement must be set toREQUIRED if this field is set.
Declaration
[JsonProperty("requiredAccountEmail")]
public virtual string RequiredAccountEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |