Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IntuneAppProtectionPolicyiOS only partially supports App Protection policies #5589

Open
dannyKBjj opened this issue Dec 20, 2024 · 0 comments

Comments

@dannyKBjj
Copy link
Contributor

Description of the issue

The module does not support a number of properties that get returned from Get-MgBetaDeviceAppManagementiOSManagedAppProtection:

AllowWidgetContentSync
AppActionIfAccountIsClockedOut
AppActionIfUnableToAuthenticateUser
AppGroupType
BlockDataIngestionIntoOrganizationDocuments
CustomDialerAppProtocol
DeployedAppCount
DeploymentSummary
DialerRestrictionLevel
ExemptedUniversalLinks
GracePeriodToBlockAppsDuringOffClockHours
IsAssigned
ManagedUniversalLinks
MaximumAllowedDeviceThreatLevel
MaximumRequiredOSVersion
MaximumWarningOSVersion
MaximumWipeOSVersion
MessagingRedirectAppUrlScheme
MinimumWarningSdkVersion
MobileThreatDefensePartnerPriority
MobileThreatDefenseRemediationAction
PreviousPinBlockCount
ProtectedMessagingRedirectAppType
ThirdPartyKeyboardsBlocked

For an example:

Via GUI, create an App protection policy for iOS (I used Dynamics 365). Under "Data Protection" set some apps in "Allow users to open data from selected services"
Export the configuration.
Expected Result: Policy is exported
Actual Result: Policy is not in the exported config

Problem is down to the fact that the module does not process the property 'AllowedDataIngestionLocations' from Get-MgBetaDeviceAppManagementiOSManagedAppProtection

Microsoft 365 DSC Version

1.24.1211.1

Which workloads are affected

Intune

The DSC configuration

NA

Verbose logs showing the problem

NA

Environment Information + PowerShell Version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant