google_api_cloud_identity v0.7.0 GoogleApi.CloudIdentity.V1.Model.AndroidAttributes View Source
Resource representing the Android specific attributes of a Device.
Attributes
basebandVersion
(type:String.t
, default:nil
) - Baseband version of Android device.bootloaderVersion
(type:String.t
, default:nil
) - Device bootloader version. Example: 0.6.7.buildNumber
(type:String.t
, default:nil
) - Build number of Android device.enabledDeveloperOptions
(type:boolean()
, default:nil
) - Whether developer options is enabled on device.enabledUnknownSources
(type:boolean()
, default:nil
) - Whether applications from unknown sources can be installed on device.enabledUsbDebugging
(type:boolean()
, default:nil
) - Whether adb (USB debugging) is enabled on device.encryptionState
(type:String.t
, default:nil
) - Device encryption state.hardware
(type:String.t
, default:nil
) - Device hardware. Example: Sprout.kernelVersion
(type:String.t
, default:nil
) - Kernel version of Android device.otherAccounts
(type:list(String.t)
, default:nil
) - Domain name for Google accounts on device. Type for other accounts on device. Will only be populated if |ownership_privilege| is |PROFILE_OWNER| or |DEVICE_OWNER|. Does not include the account signed in to the device policy app if that account's domain has only one account. Examples: "com.example", "xyz.com".ownerProfileAccount
(type:boolean()
, default:nil
) - 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.ownershipPrivilege
(type:String.t
, default:nil
) - Ownership privileges on device.securityPatchTime
(type:DateTime.t
, default:nil
) - OS security patch update time on device.supportsWorkProfile
(type:boolean()
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudIdentity.V1.Model.AndroidAttributes{ basebandVersion: String.t(), bootloaderVersion: String.t(), buildNumber: String.t(), enabledDeveloperOptions: boolean(), enabledUnknownSources: boolean(), enabledUsbDebugging: boolean(), encryptionState: String.t(), hardware: String.t(), kernelVersion: String.t(), otherAccounts: [String.t()], ownerProfileAccount: boolean(), ownershipPrivilege: String.t(), securityPatchTime: DateTime.t(), supportsWorkProfile: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.