DSCResources/MSFT_AADTenantDetails/settings.json
{
"resourceName": "AADTenantDetails", "description": "This resource configures the Azure AD Tenant Details.", "roles": { "read": [], "update": [ "Billing Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [ { "name": "Organization.Read.All" } ], "update": [ { "name": "Organization.Read.All" }, { "name": "Organization.ReadWrite.All" } ] }, "application": { "read": [ { "name": "Organization.Read.All" } ], "update": [ { "name": "Organization.Read.All" }, { "name": "Organization.ReadWrite.All" } ] } } } } |