DSCResources/MSFT_EXOManagementRoleAssignment/settings.json
|
{
"resourceName": "EXOManagementRoleAssignment", "description": "", "roles": { "read": [ "Global Reader" ], "update": [ "Exchange Administrator" ] }, "permissions": { "Office 365 Exchange Online": { "application": { "read": [ { "name": "Exchange.ManageAsApp" } ], "update": [ { "name": "Exchange.ManageAsApp" } ] } }, "exchange": { "requiredroles": [ "Role Management", "View-Only Configuration" ], "requiredrolegroups": [ "Organization Management" ] } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Identity.DirectoryManagement", "Microsoft.Graph.Users", "MSCloudLoginAssistant" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Data", "commands": [ { "module": "Microsoft.Graph.Identity.DirectoryManagement", "cmdlets": [ "Get-MgDirectoryAdministrativeUnit" ] }, { "module": "Microsoft.Graph.Users", "cmdlets": [ "Get-MgUser" ] } ] } |