DSCResources/MSFT_SCDeviceConditionalAccessRule/settings.json
{
"resourceName": "SCDeviceConditionalAccessRule", "description": "Manages Purview Device Conditional Access rules.", "roles": { "read": [ "Security Reader" ], "update": [ "Compliance Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [], "update": [] }, "application": { "read": [ { "name": "Group.Read.All" } ], "update": [ { "name": "Group.Read.All" } ] } }, "Office 365 Exchange Online": { "application": { "read": [ { "name": "Exchange.ManageAsApp" } ], "update": [ { "name": "Exchange.ManageAsApp" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Groups", "Microsoft.Graph.Users" ], "supportedEnvironments": [ "Global", "USGov" ] } |