PlatformRoleAssignment
A role assignment — a role granted to a principal at a scope.
Properties¶
| Property | Type | Description |
|---|---|---|
createdBy |
string |
GUID of the user who created the assignment. |
createdTime |
string |
When the assignment was created. |
id |
string |
GUID of the assignment. |
inherited |
boolean |
Whether the assignment is inherited from a wider scope. |
mutable |
boolean |
Whether the assignment can be removed. |
roleId |
string |
GUID of the granted role. |
roleName |
string |
Name of the granted role. |
roleType |
PlatformRoleType |
Whether the granted role is built-in or custom. |
scope |
string |
The scope the role is granted at (/ = whole organization). |
securityPrincipalId |
string |
GUID of the principal (user, group, external app, or robot). |
securityPrincipalType |
string |
The kind of principal. |
type |
string |
How the assignment was created (BuiltIn or Custom). |