Interface RoleUpdate

Export

RoleUpdate

Hierarchy

  • RoleUpdate

Properties

attributes?: object

optional dictionary of key-value pairs that can be used to store arbitrary metadata about this role. This metadata can be used to filter role using query parameters with attr_ prefix, currently supports only 'equals' operator

Memberof

RoleUpdate

description?: string

optional description string explaining what this role represents, or what permissions are granted to it.

Memberof

RoleUpdate

granted_to?: DerivedRoleBlockEdit

Memberof

RoleUpdate

name?: string

The name of the role

Memberof

RoleUpdate

permissions?: string[]

list of action keys that define what actions this resource role is permitted to do

Memberof

RoleUpdate

Generated using TypeDoc