Class GoogleAppsCloudidentityDevicesV1AndroidAttributes
Resource representing the Android specific attributes of a Device.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1AndroidAttributes : IDirectResponseSchema
Properties
CtsProfileMatch
Whether the device passes Android CTS compliance.
Declaration
[JsonProperty("ctsProfileMatch")]
public virtual bool? CtsProfileMatch { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnabledUnknownSources
Whether applications from unknown sources can be installed on device.
Declaration
[JsonProperty("enabledUnknownSources")]
public virtual bool? EnabledUnknownSources { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HasPotentiallyHarmfulApps
Whether any potentially harmful apps were detected on the device.
Declaration
[JsonProperty("hasPotentiallyHarmfulApps")]
public virtual bool? HasPotentiallyHarmfulApps { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |
---|---|
bool? |
OwnershipPrivilege
Ownership privileges on device.
Declaration
[JsonProperty("ownershipPrivilege")]
public virtual string OwnershipPrivilege { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
bool? |
VerifiedBoot
Whether Android verified boot status is GREEN.
Declaration
[JsonProperty("verifiedBoot")]
public virtual bool? VerifiedBoot { get; set; }
Property Value
Type | Description |
---|---|
bool? |
VerifyAppsEnabled
Whether Google Play Protect Verify Apps is enabled.
Declaration
[JsonProperty("verifyAppsEnabled")]
public virtual bool? VerifyAppsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |