public final class GoogleAppsCloudidentityDevicesV1AndroidAttributes
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Identity API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleAppsCloudidentityDevicesV1AndroidAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
clone() |
Boolean |
getCtsProfileMatch()
Whether the device passes Android CTS compliance.
|
Boolean |
getEnabledUnknownSources()
Whether applications from unknown sources can be installed on device.
|
Boolean |
getHasPotentiallyHarmfulApps()
Whether any potentially harmful apps were detected on the device.
|
Boolean |
getOwnerProfileAccount()
Whether this account is on an owner/primary profile.
|
String |
getOwnershipPrivilege()
Ownership privileges on device.
|
Boolean |
getSupportsWorkProfile()
Whether device supports Android work profiles.
|
Boolean |
getVerifiedBoot()
Whether Android verified boot status is GREEN.
|
Boolean |
getVerifyAppsEnabled()
Whether Google Play Protect Verify Apps is enabled.
|
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
set(String fieldName,
Object value) |
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
setCtsProfileMatch(Boolean ctsProfileMatch)
Whether the device passes Android CTS compliance.
|
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
setEnabledUnknownSources(Boolean enabledUnknownSources)
Whether applications from unknown sources can be installed on device.
|
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
setHasPotentiallyHarmfulApps(Boolean hasPotentiallyHarmfulApps)
Whether any potentially harmful apps were detected on the device.
|
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
setOwnerProfileAccount(Boolean ownerProfileAccount)
Whether this account is on an owner/primary profile.
|
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
setOwnershipPrivilege(String ownershipPrivilege)
Ownership privileges on device.
|
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
setSupportsWorkProfile(Boolean supportsWorkProfile)
Whether device supports Android work profiles.
|
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
setVerifiedBoot(Boolean verifiedBoot)
Whether Android verified boot status is GREEN.
|
GoogleAppsCloudidentityDevicesV1AndroidAttributes |
setVerifyAppsEnabled(Boolean verifyAppsEnabled)
Whether Google Play Protect Verify Apps is enabled.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GoogleAppsCloudidentityDevicesV1AndroidAttributes()
public Boolean getCtsProfileMatch()
null for nonepublic GoogleAppsCloudidentityDevicesV1AndroidAttributes setCtsProfileMatch(Boolean ctsProfileMatch)
ctsProfileMatch - ctsProfileMatch or null for nonepublic Boolean getEnabledUnknownSources()
null for nonepublic GoogleAppsCloudidentityDevicesV1AndroidAttributes setEnabledUnknownSources(Boolean enabledUnknownSources)
enabledUnknownSources - enabledUnknownSources or null for nonepublic Boolean getHasPotentiallyHarmfulApps()
null for nonepublic GoogleAppsCloudidentityDevicesV1AndroidAttributes setHasPotentiallyHarmfulApps(Boolean hasPotentiallyHarmfulApps)
hasPotentiallyHarmfulApps - hasPotentiallyHarmfulApps or null for nonepublic Boolean getOwnerProfileAccount()
null for nonepublic GoogleAppsCloudidentityDevicesV1AndroidAttributes setOwnerProfileAccount(Boolean ownerProfileAccount)
ownerProfileAccount - ownerProfileAccount or null for nonepublic String getOwnershipPrivilege()
null for nonepublic GoogleAppsCloudidentityDevicesV1AndroidAttributes setOwnershipPrivilege(String ownershipPrivilege)
ownershipPrivilege - ownershipPrivilege or null for nonepublic Boolean getSupportsWorkProfile()
null for nonepublic GoogleAppsCloudidentityDevicesV1AndroidAttributes setSupportsWorkProfile(Boolean supportsWorkProfile)
supportsWorkProfile - supportsWorkProfile or null for nonepublic Boolean getVerifiedBoot()
null for nonepublic GoogleAppsCloudidentityDevicesV1AndroidAttributes setVerifiedBoot(Boolean verifiedBoot)
verifiedBoot - verifiedBoot or null for nonepublic Boolean getVerifyAppsEnabled()
null for nonepublic GoogleAppsCloudidentityDevicesV1AndroidAttributes setVerifyAppsEnabled(Boolean verifyAppsEnabled)
verifyAppsEnabled - verifyAppsEnabled or null for nonepublic GoogleAppsCloudidentityDevicesV1AndroidAttributes set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsCloudidentityDevicesV1AndroidAttributes clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.