Show / Hide Table of Contents

Class WorkAccountSetupConfig

Controls the work account setup configuration, such as details of whether a Google authenticated account is required.

Inheritance
object
WorkAccountSetupConfig
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.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class WorkAccountSetupConfig : IDirectResponseSchema

Properties

AuthenticationType

Optional. The authentication type of the user on the device.

Declaration
[JsonProperty("authenticationType")]
public virtual string AuthenticationType { 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. The specific google work account email address to be added. This field is only relevant if authenticationType is GOOGLE_AUTHENTICATED. This must be an enterprise account and not a consumer account. Once set and a Google authenticated account is added to the device, changing this field will have no effect, and thus recommended to be set only once. The email address must be all lowercase.

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