RawPlatformRoleGetResponse
A role, before entity methods are attached.
Properties¶
| Property | Type | Description |
|---|---|---|
actionDetails |
PlatformRoleAction[] |
The permissions the role grants. |
createdBy |
string |
GUID of the user who created the role. |
createdTime |
string |
When the role was created. |
description |
string |
Human-readable description. |
id |
string |
GUID of the role. |
name |
string |
Role name. |
ownerServiceId |
string |
GUID of the service that owns the role. |
ownerServiceName |
string |
Name of the service that owns the role. |
scopeType |
string |
Scope level the role applies at (e.g. ORGANIZATION, TENANT). |
tenantId |
string |
Tenant the role belongs to; the empty GUID for organization-level roles. |
type |
PlatformRoleType |
Whether the role is built-in or custom. |