Member Junction
    Preparing search index...

    Effective permissions for a user on a specific AI agent

    interface EffectiveAgentPermissions {
        canDelete: boolean;
        canEdit: boolean;
        canRun: boolean;
        canView: boolean;
        isOwner: boolean;
    }
    Index

    Properties

    canDelete: boolean
    canEdit: boolean
    canRun: boolean
    canView: boolean
    isOwner: boolean