-
Notifications
You must be signed in to change notification settings - Fork 523
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
Comments
unable to assign it to myself, but I am going to work on this issue as we need module to work in our environment |
dannyKBjj
added a commit
to dannyKBjj/Microsoft365DSC
that referenced
this issue
Jan 8, 2025
Adds support for all missing properties documented here: https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/beta/resources/intune-mam-iosmanagedappprotection.md Fixes issue microsoft#5589
dannyKBjj
added a commit
to dannyKBjj/Microsoft365DSC
that referenced
this issue
Jan 9, 2025
Added support for missing properties that are documented here: https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/beta/resources/intune-mam-iosmanagedappprotection.md
dannyKBjj
added a commit
to dannyKBjj/Microsoft365DSC
that referenced
this issue
Jan 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: