Android Attributes Response
data class AndroidAttributesResponse(val enabledUnknownSources: Boolean, val ownerProfileAccount: Boolean, val ownershipPrivilege: String, val supportsWorkProfile: Boolean)
Resource representing the Android specific attributes of a Device.
Properties
Link copied to clipboard
Whether applications from unknown sources can be installed on device.
Link copied to clipboard
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.
Link copied to clipboard
Ownership privileges on device.
Link copied to clipboard
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.