interface RbacConfig
Since 0.1.0

RBAC configuration for role hierarchy and permissions.

Properties

readonly
roles: Readonly<Record<string, RoleDefinition>>

Role definitions keyed by role name.

Usage

import { type RbacConfig } from "auth-plugin/src/index.ts";