RoleResource
Properties
Name | Type | Required | Description |
---|---|---|---|
uri | str | ❌ | Link to a role resource |
id_ | str | ❌ | Internal identifier of a role |
display_name | str | ❌ | Dispayed name of a role |
description | str | ❌ | Role description |
site_compatible | bool | ❌ | Site compatibility of a user role |
custom | bool | ❌ | Specifies if a user role is custom |
scope | Scope | ❌ | Specifies resource for permission |
hidden | bool | ❌ | |
last_updated | str | ❌ | |
permissions | List[PermissionIdResource] | ❌ |
Scope
Specifies resource for permission
Properties
Name | Type | Required | Description |
---|---|---|---|
ACCOUNT | str | ✅ | "Account" |
ALLEXTENSIONS | str | ✅ | "AllExtensions" |
FEDERATION | str | ✅ | "Federation" |
GROUP | str | ✅ | "Group" |
NONUSEREXTENSIONS | str | ✅ | "NonUserExtensions" |
ROLEBASED | str | ✅ | "RoleBased" |
SELF | str | ✅ | "Self" |
USEREXTENSIONS | str | ✅ | "UserExtensions" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs