public class DefaultManagedAppProtection extends ManagedAppProtection implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ManagedAppDataEncryptionType |
appDataEncryptionType
The App Data Encryption Type.
|
ManagedMobileAppCollectionPage |
apps
The Apps.
|
java.util.List<KeyValuePair> |
customSettings
The Custom Settings.
|
java.lang.Integer |
deployedAppCount
The Deployed App Count.
|
ManagedAppPolicyDeploymentSummary |
deploymentSummary
The Deployment Summary.
|
java.lang.Boolean |
disableAppEncryptionIfDeviceEncryptionIsEnabled
The Disable App Encryption If Device Encryption Is Enabled.
|
java.lang.Boolean |
encryptAppData
The Encrypt App Data.
|
java.lang.Boolean |
faceIdBlocked
The Face Id Blocked.
|
java.lang.String |
minimumRequiredPatchVersion
The Minimum Required Patch Version.
|
java.lang.String |
minimumRequiredSdkVersion
The Minimum Required Sdk Version.
|
java.lang.String |
minimumWarningPatchVersion
The Minimum Warning Patch Version.
|
java.lang.Boolean |
screenCaptureBlocked
The Screen Capture Blocked.
|
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 |
|---|
DefaultManagedAppProtection() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="appDataEncryptionType",
alternate="AppDataEncryptionType")
@Expose
@Nullable
public ManagedAppDataEncryptionType appDataEncryptionType
@SerializedName(value="customSettings",
alternate="CustomSettings")
@Expose
@Nullable
public java.util.List<KeyValuePair> customSettings
@SerializedName(value="deployedAppCount",
alternate="DeployedAppCount")
@Expose
@Nullable
public java.lang.Integer deployedAppCount
@SerializedName(value="disableAppEncryptionIfDeviceEncryptionIsEnabled",
alternate="DisableAppEncryptionIfDeviceEncryptionIsEnabled")
@Expose
@Nullable
public java.lang.Boolean disableAppEncryptionIfDeviceEncryptionIsEnabled
@SerializedName(value="encryptAppData",
alternate="EncryptAppData")
@Expose
@Nullable
public java.lang.Boolean encryptAppData
@SerializedName(value="faceIdBlocked",
alternate="FaceIdBlocked")
@Expose
@Nullable
public java.lang.Boolean faceIdBlocked
@SerializedName(value="minimumRequiredPatchVersion",
alternate="MinimumRequiredPatchVersion")
@Expose
@Nullable
public java.lang.String minimumRequiredPatchVersion
@SerializedName(value="minimumRequiredSdkVersion",
alternate="MinimumRequiredSdkVersion")
@Expose
@Nullable
public java.lang.String minimumRequiredSdkVersion
@SerializedName(value="minimumWarningPatchVersion",
alternate="MinimumWarningPatchVersion")
@Expose
@Nullable
public java.lang.String minimumWarningPatchVersion
@SerializedName(value="screenCaptureBlocked",
alternate="ScreenCaptureBlocked")
@Expose
@Nullable
public java.lang.Boolean screenCaptureBlocked
@SerializedName(value="apps",
alternate="Apps")
@Expose
@Nullable
public ManagedMobileAppCollectionPage apps
@SerializedName(value="deploymentSummary",
alternate="DeploymentSummary")
@Expose
@Nullable
public ManagedAppPolicyDeploymentSummary deploymentSummary
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class ManagedAppProtectionserializer - the serializerjson - the JSON object to set this object to