DSCResources/MSFT_AADSecurityDefaults/settings.json
{
"resourceName": "AADSecurityDefaults", "description": "This resource configures an Azure Active Directory Security Defaults.", "roles": { "read": [], "update": [ "Security Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [ { "name": "Policy.Read.All" } ], "update": [ { "name": "Policy.ReadWrite.SecurityDefaults" } ] }, "application": { "read": [ { "name": "Policy.Read.All" } ], "update": [ { "name": "Policy.ReadWrite.SecurityDefaults" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.Identity.SignIns" ], "supportedEnvironments": [ "Global", "USGov" ] } |