Skip to main content

RoleDefinition

@forge/monorepo


@forge/monorepo / backend/src / RoleDefinition

Type Alias: RoleDefinition

RoleDefinition = object

Defined in: backend/src/authorization/index.ts:62

Properties

permissions

readonly permissions: readonly Permission[]

Defined in: backend/src/authorization/index.ts:64


roleId

readonly roleId: string

Defined in: backend/src/authorization/index.ts:63


tools?

readonly optional tools?: readonly string[]

Defined in: backend/src/authorization/index.ts:66

Tool names or categories this role may discover and execute.