Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 1.58 KB

Close-AzureADMSPrivilegedRoleAssignmentRequest.md

File metadata and controls

74 lines (54 loc) · 1.58 KB
external help file Module Name online version schema
Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml
AzureADPreview
2.0.0

Close-AzureADMSPrivilegedRoleAssignmentRequest

SYNOPSIS

Cancel a AzureADMSPrivilegedRoleAssignmentRequest

SYNTAX

Close-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId <String> -Id <String> [<CommonParameters>]

DESCRIPTION

Cancel a AzureADMSPrivilegedRoleAssignmentRequest

EXAMPLES

Example 1

PS C:\> Close-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Id 14eda86f-b650-4ccf-802f-33842c1f1d2c

Cancel a request for AzureResources provider

PARAMETERS

-Id

The unique identifier of the specific role assignment request

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-ProviderId

The unique identifier of the specific provider

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS