@@ -38,6 +38,9 @@ Adds an owner to a group.
38
38
### [ Add-AzureADMSLifecyclePolicyGroup] ( Add-AzureADMSLifecyclePolicyGroup.md )
39
39
Adds a group to a lifecycle policy
40
40
41
+ ### [ Add-AzureADMSPrivilegedResource] ( Add-AzureADMSPrivilegedResource.md )
42
+ Use this API to add a new azure AD MS privileged resource.
43
+
41
44
### [ Add-AzureADScopedRoleMembership] ( Add-AzureADScopedRoleMembership.md )
42
45
Adds a scoped role membership to an administrative unit.
43
46
@@ -47,6 +50,9 @@ Adds an owner to a service principal.
47
50
### [ Add-AzureADServicePrincipalPolicy] ( Add-AzureADServicePrincipalPolicy.md )
48
51
Adds a service principal policy.
49
52
53
+ ### [ Close-AzureADMSPrivilegedRoleAssignmentRequest] ( Close-AzureADMSPrivilegedRoleAssignmentRequest.md )
54
+ Cancel a AzureADMSPrivilegedRoleAssignmentRequest
55
+
50
56
### [ Confirm-AzureADDomain] ( Confirm-AzureADDomain.md )
51
57
Validate the ownership of a domain.
52
58
@@ -218,6 +224,21 @@ This cmdlet is used to retrieve the configured identity providers in the directo
218
224
### [ Get-AzureADMSLifecyclePolicyGroup] ( Get-AzureADMSLifecyclePolicyGroup.md )
219
225
Retrieves the lifecycle policy object to which a group belongs.
220
226
227
+ ### [ Get-AzureADMSPrivilegedResource] ( Get-AzureADMSPrivilegedResource.md )
228
+ Get azure AD MS privileged resource
229
+
230
+ ### [ Get-AzureADMSPrivilegedRoleAssignment] ( Get-AzureADMSPrivilegedRoleAssignment.md )
231
+ Get role assignments for a specific provider and resource
232
+
233
+ ### [ Get-AzureADMSPrivilegedRoleAssignmentRequest] ( Get-AzureADMSPrivilegedRoleAssignmentRequest.md )
234
+ Get role assignment request for a specific resource
235
+
236
+ ### [ Get-AzureADMSPrivilegedRoleDefinition] ( Get-AzureADMSPrivilegedRoleDefinition.md )
237
+ Get role definitions
238
+
239
+ ### [ Get-AzureADMSPrivilegedRoleSetting] ( Get-AzureADMSPrivilegedRoleSetting.md )
240
+ Get role settings
241
+
221
242
### [ Get-AzureADMSTrustFrameworkPolicy] ( Get-AzureADMSTrustFrameworkPolicy.md )
222
243
This cmdlet is used to retrieve the created trust framework policies (custom policies) in the directory.
223
244
@@ -413,6 +434,9 @@ Creates an AD user.
413
434
### [ New-AzureADUserAppRoleAssignment] ( New-AzureADUserAppRoleAssignment.md )
414
435
Assigns a user to an application role.
415
436
437
+ ### [ Open-AzureADMSPrivilegedRoleAssignmentRequest] ( Open-AzureADMSPrivilegedRoleAssignmentRequest.md )
438
+ Create a role assignment request
439
+
416
440
### [ Remove-AzureADAdministrativeUnit] ( Remove-AzureADAdministrativeUnit.md )
417
441
Removes an administrative unit.
418
442
@@ -503,6 +527,9 @@ This cmdlet is used to delete an identity provider in the directory.
503
527
### [ Remove-AzureADMSLifecyclePolicyGroup] ( Remove-AzureADMSLifecyclePolicyGroup.md )
504
528
Removes a group from a lifecycle policy
505
529
530
+ ### [ Remove-AzureADMSTrustFrameworkPolicy] ( Remove-AzureADMSTrustFrameworkPolicy.md )
531
+ This cmdlet is used to delete a trust framework policy (custom policy) in the directory.
532
+
506
533
### [ Remove-AzureADOAuth2PermissionGrant] ( Remove-AzureADOAuth2PermissionGrant.md )
507
534
Removes an oAuth2PermissionGrant.
508
535
@@ -624,6 +651,12 @@ Updates a specific group Lifecycle Policy in Azure Active Directory
624
651
### [ Set-AzureADMSIdentityProvider] ( Set-AzureADMSIdentityProvider.md )
625
652
This cmdlet is used to update the properties of an existing identity provider configured in the directory.
626
653
654
+ ### [ Set-AzureADMSPrivilegedRoleAssignmentRequest] ( Set-AzureADMSPrivilegedRoleAssignmentRequest.md )
655
+ Update a role assignment request
656
+
657
+ ### [ Set-AzureADMSPrivilegedRoleSetting] ( Set-AzureADMSPrivilegedRoleSetting.md )
658
+ Update role setting
659
+
627
660
### [ Set-AzureADMSTrustFrameworkPolicy] ( Set-AzureADMSTrustFrameworkPolicy.md )
628
661
This cmdlet is used to update a trust framework policy (custom policy) in the directory.
629
662
0 commit comments