DSCResources/MSFT_AADCrossTenantAccessPolicyConfigurationDefault/settings.json
|
{
"resourceName": "AADCrossTenantAccessPolicyConfigurationDefault", "description": "This resource configures an Azure AD Authentication Method Policy Configuration Default.", "roles": { "read": [ "Global Reader" ], "update": [ "Security Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [ { "name": "Policy.Read.All" } ], "update": [ { "name": "Policy.ReadWrite.CrossTenantAccess" } ] }, "application": { "read": [ { "name": "Policy.Read.All" } ], "update": [ { "name": "Policy.ReadWrite.CrossTenantAccess" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.Identity.SignIns", "MSCloudLoginAssistant" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Configuration", "commands": [ { "module": "Microsoft.Graph.Authentication", "cmdlets": [ "Invoke-MgGraphRequest" ] }, { "module": "Microsoft.Graph.Beta.Identity.SignIns", "cmdlets": [ "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", "Update-MgBetaPolicyCrossTenantAccessPolicyDefault" ] }, { "module": "Microsoft.Graph.Groups", "cmdlets": [ "Get-MgGroup" ] }, { "module": "Microsoft.Graph.Users", "cmdlets": [ "Get-MgUser" ] } ] } |