public class TargetedManagedAppProtection extends ManagedAppProtection implements com.microsoft.graph.serializer.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, simplePinBlocked
createdDateTime, description, displayName, lastModifiedDateTime, version
Constructor and Description |
---|
TargetedManagedAppProtection() |
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="isAssigned", alternate="IsAssigned") @Expose @Nullable public java.lang.Boolean isAssigned
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public TargetedManagedAppPolicyAssignmentCollectionPage assignments
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class ManagedAppProtection
serializer
- the serializerjson
- the JSON object to set this object to