Record
share-permission-role
No description available.
record share-permission-role {
actors: option<list<role-actor>>,
admin: option<bool>,
current-user-role: option<bool>,
default: option<bool>,
description: option<string>,
id: option<s64>,
name: option<string>,
role-configurable: option<bool>,
scope: option<share-permission-role-scope>,
self: option<string>,
translated-name: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| actors | option<list<role-actor>> | |
| admin | option<bool> | |
| current-user-role | option<bool> | |
| default | option<bool> | |
| description | option<string> | |
| id | option<s64> | |
| name | option<string> | |
| role-configurable | option<bool> | |
| scope | option<share-permission-role-scope> | |
| self | option<string> | |
| translated-name | option<string> |