DSCResources/MSFT_AADRoleAssignmentScheduleRequest/settings.json
|
{
"resourceName": "AADRoleAssignmentScheduleRequest", "description": "This resource configures an Azure Active Directory Privilege Identity Management assignment.", "roles": { "read": [ "Security Reader" ], "update": [ "Privileged Role Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [ { "name": "Directory.Read.All" }, { "name": "RoleAssignmentSchedule.Read.Directory" } ], "update": [ { "name": "Directory.Read.All" }, { "name": "RoleAssignmentSchedule.ReadWrite.Directory" } ] }, "application": { "read": [ { "name": "Directory.Read.All" }, { "name": "RoleAssignmentSchedule.Read.Directory" } ], "update": [ { "name": "Directory.Read.All" }, { "name": "RoleAssignmentSchedule.ReadWrite.Directory" } ] } } }, "requiredModules": [ "Microsoft.Graph.Applications", "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.Identity.Governance", "Microsoft.Graph.Groups", "Microsoft.Graph.Users" ], "supportedEnvironments": [ "Global" ], "mode": "Configuration", "commands": [ { "module": "Microsoft.Graph.Applications", "cmdlets": [ "Get-MgServicePrincipal" ] }, { "module": "Microsoft.Graph.Beta.Identity.Governance", "cmdlets": [ "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Get-MgBetaRoleManagementDirectoryRoleDefinition", "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest" ] }, { "module": "Microsoft.Graph.Groups", "cmdlets": [ "Get-MgGroup" ] }, { "module": "Microsoft.Graph.Users", "cmdlets": [ "Get-MgUser" ] } ] } |