Skip to content

Get‐PIMAzureResourcePendingApproval

Loïc MICHEL edited this page Oct 7, 2024 · 1 revision

Description:

List Azure Resource Role pending approval

Samples:

🔷 List active assignement at the subscription scope.

Get-PIMAzureResourceActiveAssignment -tenantID $tid -subscriptionID -subscription $subscription

Parameters:

Parameter description
$TenantID Entra ID TenantID
$SubscriptionId Subscription ID
$Scope If you want to manage the role at other scope than subscription
[switch]$summary get the most usefull info only
[switch]$atBellowScope list assignement defined at lower scope only

📝 Documentation

Clone this wiki locally