Show / Hide Table of Contents

Class EnrollmentTokenGoogleAuthenticationOptions

Options for Google authentication during the enrollment.

Inheritance
object
EnrollmentTokenGoogleAuthenticationOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX