nexus-agents - v2.80.0
    Preparing search index...

    Interface SkillRBAC

    Role-based access control for skill execution.

    interface SkillRBAC {
        allowedRoles: readonly AgentRole[];
        deniedRoles?: readonly AgentRole[];
        requiresAttestation: boolean;
    }
    Index

    Properties

    allowedRoles: readonly AgentRole[]

    Roles that are allowed to execute this skill

    deniedRoles?: readonly AgentRole[]

    Roles that are explicitly denied (takes precedence over allowed)

    requiresAttestation: boolean

    Whether execution requires attestation even for allowed roles