Class DeviceSettings
Information about security related device settings on device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class DeviceSettings : IDirectResponseSchema
Properties
AdbEnabled
Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device.
Declaration
[JsonProperty("adbEnabled")]
public virtual bool? AdbEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DevelopmentSettingsEnabled
Whether developer mode is enabled on the device.
Declaration
[JsonProperty("developmentSettingsEnabled")]
public virtual bool? DevelopmentSettingsEnabled { 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 |
EncryptionStatus
Encryption status from DevicePolicyManager.
Declaration
[JsonProperty("encryptionStatus")]
public virtual string EncryptionStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
IsDeviceSecure
Whether the device is secured with PIN/password.
Declaration
[JsonProperty("isDeviceSecure")]
public virtual bool? IsDeviceSecure { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsEncrypted
Whether the storage encryption is enabled.
Declaration
[JsonProperty("isEncrypted")]
public virtual bool? IsEncrypted { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UnknownSourcesEnabled
Whether installing apps from unknown sources is enabled.
Declaration
[JsonProperty("unknownSourcesEnabled")]
public virtual bool? UnknownSourcesEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
VerifyAppsEnabled
Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced on the device.
Declaration
[JsonProperty("verifyAppsEnabled")]
public virtual bool? VerifyAppsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |