PlatformEffectiveRole
A role a principal effectively holds, with the assignments granting it.
Properties¶
| Property | Type | Description |
|---|---|---|
assignments |
PlatformEffectiveRoleAssignment[] |
The assignments granting the role. |
roleId |
string |
GUID of the role. |
roleName |
null | string |
Name of the role. |
roleType |
null | string |
Whether the role is built-in or custom. |
serviceId |
string |
GUID of the service that owns the role. |
serviceName |
null | string |
Name of the service that owns the role. |
tenantId |
null | string |
Tenant the role applies in. |