Show / Hide Table of Contents

Class GoogleAppsCloudidentityDevicesV1AndroidAttributes

Resource representing the Android specific attributes of a Device.

Inheritance
System.Object
GoogleAppsCloudidentityDevicesV1AndroidAttributes
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1AndroidAttributes : IDirectResponseSchema

Properties

EnabledUnknownSources

Whether applications from unknown sources can be installed on device.

Declaration
[JsonProperty("enabledUnknownSources")]
public virtual bool? EnabledUnknownSources { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

OwnerProfileAccount

Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.

Declaration
[JsonProperty("ownerProfileAccount")]
public virtual bool? OwnerProfileAccount { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

OwnershipPrivilege

Ownership privileges on device.

Declaration
[JsonProperty("ownershipPrivilege")]
public virtual string OwnershipPrivilege { get; set; }
Property Value
Type Description
System.String

SupportsWorkProfile

Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the "Enforce Work Profile" policy.

Declaration
[JsonProperty("supportsWorkProfile")]
public virtual bool? SupportsWorkProfile { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top