Show / Hide Table of Contents

Class DeviceSettings

Information about security related device settings on device.

Inheritance
object
DeviceSettings
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX