DSCResources/MSFT_AADDomain/settings.json
{
"resourceName": "AADDomain", "description": "Configures custom domain names in Entra Id.", "roles": { "read": [], "update": [] }, "permissions": { "graph": { "delegated": { "read": [], "update": [] }, "application": { "read": [ { "name": "Domain.Read.All" } ], "update": [ { "name": "Domain.ReadWrite.All" } ] } } } } |