azure:azure_iam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
azure:azure_iam [2025/10/01 16:23] – [Working With Roles] mmuzeazure:azure_iam [2025/10/02 20:52] (current) – [Working With Roles] mmuze
Line 91: Line 91:
 </code> </code>
  
 +=== Get Roles that have a permission ===
 +
 +<code>
 +Get-AzRoleDefinition | Where-Object {
 +    $_.Actions -match "Microsoft.Authorization/policyAssignments"
 +}
 +</code>
 ====== Related ====== ====== Related ======
   * [[azure:service_principles|Service Principles]]   * [[azure:service_principles|Service Principles]]
   * [[azure:Authentication and Authorization Examples]]   * [[azure:Authentication and Authorization Examples]]
  
  • azure/azure_iam.1759335808.txt.gz
  • Last modified: 2025/10/01 16:23
  • by mmuze