| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidManagedAppProtection
“Policy used to configure detailed management settings targeted to specific
security groups and for a specified set of apps on an Android device”
|
class |
DefaultManagedAppProtection
“Policy used to configure detailed management settings for a specified set of
apps for all users not targeted by a TargetedManagedAppProtection Policy”
|
class |
IosManagedAppProtection
“Policy used to configure detailed management settings targeted to specific
security groups and for a specified set of apps on an iOS device”
|
class |
TargetedManagedAppProtection
“Policy used to configure detailed management settings targeted to specific
security groups”
|
| Modifier and Type | Method and Description |
|---|---|
ManagedAppProtection |
ManagedAppProtection.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedAppProtection |
ManagedAppProtection.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedAppProtection |
ManagedAppProtection.withAllowedInboundDataTransferSources(ManagedAppDataTransferLevel allowedInboundDataTransferSources)
Returns an immutable copy of
this with just the allowedInboundDataTransferSources field changed. |
ManagedAppProtection |
ManagedAppProtection.withAllowedOutboundClipboardSharingExceptionLength(Integer allowedOutboundClipboardSharingExceptionLength)
Returns an immutable copy of
this with just the allowedOutboundClipboardSharingExceptionLength field changed. |
ManagedAppProtection |
ManagedAppProtection.withAllowedOutboundClipboardSharingLevel(ManagedAppClipboardSharingLevel allowedOutboundClipboardSharingLevel)
Returns an immutable copy of
this with just the allowedOutboundClipboardSharingLevel field changed. |
ManagedAppProtection |
ManagedAppProtection.withAllowedOutboundDataTransferDestinations(ManagedAppDataTransferLevel allowedOutboundDataTransferDestinations)
Returns an immutable copy of
this with just the allowedOutboundDataTransferDestinations field changed. |
ManagedAppProtection |
ManagedAppProtection.withAppActionIfDeviceComplianceRequired(ManagedAppRemediationAction appActionIfDeviceComplianceRequired)
Returns an immutable copy of
this with just the appActionIfDeviceComplianceRequired field changed. |
ManagedAppProtection |
ManagedAppProtection.withAppActionIfMaximumPinRetriesExceeded(ManagedAppRemediationAction appActionIfMaximumPinRetriesExceeded)
Returns an immutable copy of
this with just the appActionIfMaximumPinRetriesExceeded field changed. |
ManagedAppProtection |
ManagedAppProtection.withAppActionIfUnableToAuthenticateUser(ManagedAppRemediationAction appActionIfUnableToAuthenticateUser)
Returns an immutable copy of
this with just the appActionIfUnableToAuthenticateUser field changed. |
ManagedAppProtection |
ManagedAppProtection.withBlockDataIngestionIntoOrganizationDocuments(Boolean blockDataIngestionIntoOrganizationDocuments)
Returns an immutable copy of
this with just the blockDataIngestionIntoOrganizationDocuments field changed. |
ManagedAppProtection |
ManagedAppProtection.withContactSyncBlocked(Boolean contactSyncBlocked)
Returns an immutable copy of
this with just the contactSyncBlocked field changed. |
ManagedAppProtection |
ManagedAppProtection.withDataBackupBlocked(Boolean dataBackupBlocked)
Returns an immutable copy of
this with just the dataBackupBlocked
field changed. |
ManagedAppProtection |
ManagedAppProtection.withDeviceComplianceRequired(Boolean deviceComplianceRequired)
Returns an immutable copy of
this with just the deviceComplianceRequired field changed. |
ManagedAppProtection |
ManagedAppProtection.withDisableAppPinIfDevicePinIsSet(Boolean disableAppPinIfDevicePinIsSet)
Returns an immutable copy of
this with just the disableAppPinIfDevicePinIsSet field changed. |
ManagedAppProtection |
ManagedAppProtection.withFingerprintBlocked(Boolean fingerprintBlocked)
Returns an immutable copy of
this with just the fingerprintBlocked field changed. |
ManagedAppProtection |
ManagedAppProtection.withManagedBrowser(ManagedBrowserType managedBrowser)
Returns an immutable copy of
this with just the managedBrowser
field changed. |
ManagedAppProtection |
ManagedAppProtection.withManagedBrowserToOpenLinksRequired(Boolean managedBrowserToOpenLinksRequired)
Returns an immutable copy of
this with just the managedBrowserToOpenLinksRequired field changed. |
ManagedAppProtection |
ManagedAppProtection.withMaximumAllowedDeviceThreatLevel(ManagedAppDeviceThreatLevel maximumAllowedDeviceThreatLevel)
Returns an immutable copy of
this with just the maximumAllowedDeviceThreatLevel field changed. |
ManagedAppProtection |
ManagedAppProtection.withMaximumPinRetries(Integer maximumPinRetries)
Returns an immutable copy of
this with just the maximumPinRetries
field changed. |
ManagedAppProtection |
ManagedAppProtection.withMinimumPinLength(Integer minimumPinLength)
Returns an immutable copy of
this with just the minimumPinLength
field changed. |
ManagedAppProtection |
ManagedAppProtection.withMinimumRequiredAppVersion(String minimumRequiredAppVersion)
Returns an immutable copy of
this with just the minimumRequiredAppVersion field changed. |
ManagedAppProtection |
ManagedAppProtection.withMinimumRequiredOsVersion(String minimumRequiredOsVersion)
Returns an immutable copy of
this with just the minimumRequiredOsVersion field changed. |
ManagedAppProtection |
ManagedAppProtection.withMinimumWarningAppVersion(String minimumWarningAppVersion)
Returns an immutable copy of
this with just the minimumWarningAppVersion field changed. |
ManagedAppProtection |
ManagedAppProtection.withMinimumWarningOsVersion(String minimumWarningOsVersion)
Returns an immutable copy of
this with just the minimumWarningOsVersion field changed. |
ManagedAppProtection |
ManagedAppProtection.withMinimumWipeAppVersion(String minimumWipeAppVersion)
Returns an immutable copy of
this with just the minimumWipeAppVersion field changed. |
ManagedAppProtection |
ManagedAppProtection.withMinimumWipeOsVersion(String minimumWipeOsVersion)
Returns an immutable copy of
this with just the minimumWipeOsVersion field changed. |
ManagedAppProtection |
ManagedAppProtection.withMobileThreatDefenseRemediationAction(ManagedAppRemediationAction mobileThreatDefenseRemediationAction)
Returns an immutable copy of
this with just the mobileThreatDefenseRemediationAction field changed. |
ManagedAppProtection |
ManagedAppProtection.withNotificationRestriction(ManagedAppNotificationRestriction notificationRestriction)
Returns an immutable copy of
this with just the notificationRestriction field changed. |
ManagedAppProtection |
ManagedAppProtection.withOrganizationalCredentialsRequired(Boolean organizationalCredentialsRequired)
Returns an immutable copy of
this with just the organizationalCredentialsRequired field changed. |
ManagedAppProtection |
ManagedAppProtection.withPeriodBeforePinReset(Duration periodBeforePinReset)
Returns an immutable copy of
this with just the periodBeforePinReset field changed. |
ManagedAppProtection |
ManagedAppProtection.withPeriodOfflineBeforeAccessCheck(Duration periodOfflineBeforeAccessCheck)
Returns an immutable copy of
this with just the periodOfflineBeforeAccessCheck field changed. |
ManagedAppProtection |
ManagedAppProtection.withPeriodOfflineBeforeWipeIsEnforced(Duration periodOfflineBeforeWipeIsEnforced)
Returns an immutable copy of
this with just the periodOfflineBeforeWipeIsEnforced field changed. |
ManagedAppProtection |
ManagedAppProtection.withPeriodOnlineBeforeAccessCheck(Duration periodOnlineBeforeAccessCheck)
Returns an immutable copy of
this with just the periodOnlineBeforeAccessCheck field changed. |
ManagedAppProtection |
ManagedAppProtection.withPinCharacterSet(ManagedAppPinCharacterSet pinCharacterSet)
Returns an immutable copy of
this with just the pinCharacterSet
field changed. |
ManagedAppProtection |
ManagedAppProtection.withPinRequired(Boolean pinRequired)
Returns an immutable copy of
this with just the pinRequired
field changed. |
ManagedAppProtection |
ManagedAppProtection.withPinRequiredInsteadOfBiometricTimeout(Duration pinRequiredInsteadOfBiometricTimeout)
Returns an immutable copy of
this with just the pinRequiredInsteadOfBiometricTimeout field changed. |
ManagedAppProtection |
ManagedAppProtection.withPreviousPinBlockCount(Integer previousPinBlockCount)
Returns an immutable copy of
this with just the previousPinBlockCount field changed. |
ManagedAppProtection |
ManagedAppProtection.withPrintBlocked(Boolean printBlocked)
Returns an immutable copy of
this with just the printBlocked
field changed. |
ManagedAppProtection |
ManagedAppProtection.withSaveAsBlocked(Boolean saveAsBlocked)
Returns an immutable copy of
this with just the saveAsBlocked
field changed. |
ManagedAppProtection |
ManagedAppProtection.withSimplePinBlocked(Boolean simplePinBlocked)
Returns an immutable copy of
this with just the simplePinBlocked
field changed. |
Copyright © 2018–2020. All rights reserved.