@ptkl/sdk - v1.18.0
    Preparing search index...

    Interface Permissions

    Resolved RBAC permission set for a user on the current project. Matches the dashboard models.Permissions response shape returned by GET /v1/user/role/permissions and GET /v1/user/role/principal-permissions.

    interface Permissions {
        is_admin: boolean;
        permissions: string[];
        roles: string[];
    }
    Index

    Properties

    is_admin: boolean
    permissions: string[]
    roles: string[]