public class IosManagedAppProtection extends TargetedManagedAppProtection implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ManagedAppDataEncryptionType |
appDataEncryptionType
The App Data Encryption Type.
|
ManagedMobileAppCollectionPage |
apps
The Apps.
|
java.lang.Integer |
deployedAppCount
The Deployed App Count.
|
ManagedAppPolicyDeploymentSummary |
deploymentSummary
The Deployment Summary.
|
java.lang.Boolean |
faceIdBlocked
The Face Id Blocked.
|
java.lang.String |
minimumRequiredSdkVersion
The Minimum Required Sdk Version.
|
assignments, isAssignedallowedDataStorageLocations, allowedInboundDataTransferSources, allowedOutboundClipboardSharingLevel, allowedOutboundDataTransferDestinations, contactSyncBlocked, dataBackupBlocked, deviceComplianceRequired, disableAppPinIfDevicePinIsSet, fingerprintBlocked, managedBrowserToOpenLinksRequired, maximumPinRetries, minimumPinLength, minimumRequiredAppVersion, minimumRequiredOsVersion, minimumWarningAppVersion, minimumWarningOsVersion, organizationalCredentialsRequired, periodBeforePinReset, periodOfflineBeforeAccessCheck, periodOfflineBeforeWipeIsEnforced, periodOnlineBeforeAccessCheck, pinCharacterSet, pinRequired, printBlocked, saveAsBlocked, simplePinBlockedcreatedDateTime, description, displayName, lastModifiedDateTime, version| Constructor and Description |
|---|
IosManagedAppProtection() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="appDataEncryptionType") @Expose public ManagedAppDataEncryptionType appDataEncryptionType
@SerializedName(value="minimumRequiredSdkVersion") @Expose public java.lang.String minimumRequiredSdkVersion
@SerializedName(value="deployedAppCount") @Expose public java.lang.Integer deployedAppCount
@SerializedName(value="faceIdBlocked") @Expose public java.lang.Boolean faceIdBlocked
public ManagedMobileAppCollectionPage apps
@SerializedName(value="deploymentSummary") @Expose public ManagedAppPolicyDeploymentSummary deploymentSummary
public com.google.gson.JsonObject getRawObject()
getRawObject in class TargetedManagedAppProtectionprotected ISerializer getSerializer()
getSerializer in class TargetedManagedAppProtectionpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class TargetedManagedAppProtectionserializer - the serializerjson - the JSON object to set this object to