last sync: 2025-Aug-01 17:22:47 UTC

Azure AI Project Manager

Azure BuiltIn RBAC Role definition

NameAzure AI Project Manager
Ideadc314b-1a2d-4efa-be10-5d325db5065e
DescriptionLets you perform developer actions and management actions on Azure AI Foundry Projects. Allows for making role assignments, but limited to Cognitive Service User role.
CategoryNone
CreatedOn2025-04-23 15:12:37 UTC
UpdatedOn2025-05-02 00:17:24 UTC
Permissions summary Effective control plane and data plane operations: 1639 (unique operations)
•action: 464
•delete: 228
•read: 686
•write: 261

Actions: 9
Resolved control plane operations from Actions: 89
Effective control plane operations: 89
•action: 8
•delete: 6
•read: 69
•write: 6

NotActions: 0
Resolved control plane operations from NotActions: 0
Effective denied control plane operations: 16805

DataActions: 1
Resolved data plane operations: 1550
Effective data plane operations: 1550
•action: 456
•delete: 222
•read: 617
•write: 255

NotDataActions: 0
Resolved data plane operations from NotDataActions: 0
Effective denied data plane operations: 2037
Actions
Operation Description
Microsoft.Authorization/*/readwildcarded / no description
Microsoft.Authorization/roleAssignments/delete conditionedDelete a role assignment at the specified scope.
Microsoft.Authorization/roleAssignments/write conditionedCreate a role assignment at the specified scope.
Microsoft.CognitiveServices/accounts/*/readwildcarded / no description
Microsoft.CognitiveServices/accounts/projects/*wildcarded / no description
Microsoft.CognitiveServices/locations/*/readwildcarded / no description
Microsoft.Insights/alertRules/*wildcarded / no description
Microsoft.Resources/deployments/*wildcarded / no description
Microsoft.Resources/subscriptions/resourceGroups/readGets or lists resource groups.
NotActions n/a
DataActions
Operation Description
Microsoft.CognitiveServices/*wildcarded / no description
NotDataActions n/a
Used in
BuiltIn Policy
none
History
Date/Time (UTC ymd) (i) Change Change detail
2025-04-23 18:17:42 add: Role eadc314b-1a2d-4efa-be10-5d325db5065e
JSON
api-version=2023-07-01-preview
Condition

    (
        (
            !
            (
                ActionMatches {
                'Microsoft.Authorization/roleAssignments/write'
                }
            )
        )
        OR
        (
            @Request[Microsoft.Authorization/roleAssignments:RoleDefinitionId] ForAnyOfAnyValues:GuidEquals {
            53ca6127-db72-4b80-b1b0-d745d6d5456d (Azure AI User)
            }
        )
    )
    AND
    (
        (
            !
            (
                ActionMatches {
                'Microsoft.Authorization/roleAssignments/delete'
                }
            )
        )
        OR
        (
            @Resource[Microsoft.Authorization/roleAssignments:RoleDefinitionId] ForAnyOfAnyValues:GuidEquals {
            53ca6127-db72-4b80-b1b0-d745d6d5456d (Azure AI User)
            }
        )
    )