DSCResources/MSFT_DefenderRoleDefinition/settings.json
|
{
"resourceName": "DefenderRoleDefinition", "description": "Manages custom roles in Defender.", "roles": { "read": [], "update": [] }, "permissions": { "graph": { "delegated": { "read": [], "update": [] }, "application": { "read": [ { "name": "RoleManagement.Read.Defender" } ], "update": [ { "name": "RoleManagement.ReadWrite.Defender" } ] } } }, "commands": [ { "module": "Microsoft.Graph.Authentication", "cmdlets": [ "Invoke-MgGraphRequest" ] }, { "module": "MSCloudLoginAssistant", "cmdlets": [ "Get-MSCloudLoginConnectionProfile" ] } ], "requiredModules": [ "Microsoft.Graph.Authentication", "MSCloudLoginAssistant" ] } |