Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Get-EntraBetaPrivilegedRoleAssignmentRequest

Get role assignment request for a specific resource

Syntax

GetQuery (Default)

Get-EntraBetaPrivilegedRoleAssignmentRequest

 -ProviderId <String>
 [-Filter <String>]
 [-Top <Int32>]
 [-Property <String[]>]
 [<CommonParameters>]

GetById

Get-EntraBetaPrivilegedRoleAssignmentRequest

 -Id <String>
 -ProviderId <String>
 [-Property <String[]>]
 [<CommonParameters>]

Description

Get role assignment request for a specific resource

Examples

Example 1

PS C:\> Get-EntraBetaPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Filter "ResourceId eq 'e5e7d29d-5465-45ac-885f-4716a5ee74b5'"

Get all role assigment requests for a specific provider and resource

Example 2

PS C:\> Get-EntraBetaPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Id 247438d7-fc8d-4354-a737-4898a4019a95

Get a role assigment requests for a specific provider and Id

Parameters

-Filter

The Odata query

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Id

The unique identifier of the specific role assignment request

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Property

Specifies properties to be returned

Parameter properties

Type:

System.String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ProviderId

The unique identifier of the specific provider

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Top

The top count

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

CommonParameters

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

Inputs

System.String

System.Nullable`1

Outputs

System.Object


Feedback

Was this page helpful?