Skip to content

Commit

Permalink
Merge pull request #6 from scottgray69/IntuneAppProtectionPolicyiOS-1782
Browse files Browse the repository at this point in the history
adding parameter updates to IntuneAppProtectionPolicyiOS.schema.mof
  • Loading branch information
Jamiet19 authored Mar 7, 2022
2 parents e87b376 + c0a604f commit 7ca0030
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ class MSFT_IntuneAppProtectionPolicyiOS : OMI_BaseResource
[Write, Description("N/A")] Boolean PrintBlocked;
[Write, Description("N/A")] Boolean FingerprintBlocked;
[Write, Description("N/A")] Boolean FaceIdBlocked;
[Write, Description("N/A")] Boolean IsAssigned;
[Write, Description("N/A")] String ManagedBrowser;
[Write, Description("N/A")] String MinimumRequiredAppVersion;
[Write, Description("N/A")] String MinimumRequiredOSVersion;
[Write, Description("N/A")] String MinimumRequiredSdkVersion;
[Write, Description("N/A")] String MinimumWarningAppVersion;
[Write, Description("N/A")] String MinimumWarningOSVersion;
[Write, Description("N/A")] String AppDataEncryptionType;
[Write, Description("List of Ids representing the iOS apps controlled by this protection policy.")] String Apps[];
[Write, Description("List of IDs of the groups assigned to this iOS Protection Policy.")] String Assignments[];
Expand Down

0 comments on commit 7ca0030

Please sign in to comment.