public class TargetedManagedAppProtection extends ManagedAppProtection implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
TargetedManagedAppPolicyAssignmentCollectionPage |
assignments
The Assignments.
|
java.lang.Boolean |
isAssigned
The Is Assigned.
|
allowedDataStorageLocations, allowedInboundDataTransferSources, allowedOutboundClipboardSharingLevel, allowedOutboundDataTransferDestinations, contactSyncBlocked, dataBackupBlocked, deviceComplianceRequired, disableAppPinIfDevicePinIsSet, fingerprintBlocked, managedBrowser, managedBrowserToOpenLinksRequired, maximumPinRetries, minimumPinLength, minimumRequiredAppVersion, minimumRequiredOsVersion, minimumWarningAppVersion, minimumWarningOsVersion, organizationalCredentialsRequired, periodBeforePinReset, periodOfflineBeforeAccessCheck, periodOfflineBeforeWipeIsEnforced, periodOnlineBeforeAccessCheck, pinCharacterSet, pinRequired, printBlocked, saveAsBlocked, simplePinBlockedcreatedDateTime, description, displayName, lastModifiedDateTime, version| Constructor and Description |
|---|
TargetedManagedAppProtection() |
| 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="isAssigned",
alternate="IsAssigned")
@Expose
public java.lang.Boolean isAssigned
@SerializedName(value="assignments",
alternate="Assignments")
@Expose
public TargetedManagedAppPolicyAssignmentCollectionPage assignments
public com.google.gson.JsonObject getRawObject()
getRawObject in class ManagedAppProtectionprotected ISerializer getSerializer()
getSerializer in class ManagedAppProtectionpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class ManagedAppProtectionserializer - the serializerjson - the JSON object to set this object to