Interface RoleRead

Export

RoleRead

Hierarchy

  • RoleRead

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

RoleRead

created_at: string

Date and time when the role was created (ISO_8601 format).

Memberof

RoleRead

description?: string

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

Memberof

RoleRead

environment_id: string

Unique id of the environment that the role belongs to.

Memberof

RoleRead

granted_to?: DerivedRoleBlockRead

Memberof

RoleRead

id: string

Unique id of the role

Memberof

RoleRead

key: string

A URL-friendly name of the role (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the role.

Memberof

RoleRead

name: string

The name of the role

Memberof

RoleRead

organization_id: string

Unique id of the organization that the role belongs to.

Memberof

RoleRead

permissions?: string[]

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

Memberof

RoleRead

project_id: string

Unique id of the project that the role belongs to.

Memberof

RoleRead

updated_at: string

Date and time when the role was last updated/modified (ISO_8601 format).

Memberof

RoleRead

Generated using TypeDoc