Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface PolicyDebtEntry

    interface PolicyDebtEntry {
        active: boolean;
        agentId: string;
        createdBy: string;
        createdTs: number;
        debtId: string;
        expiresTs: number;
        justification: string;
        signature: string;
        waivedRequirement: string;
    }
    Index
    active: boolean

    Whether the waiver is still active

    agentId: string
    createdBy: string
    createdTs: number
    debtId: string
    expiresTs: number

    When the waiver expires

    justification: string

    Why the waiver was granted

    signature: string
    waivedRequirement: string

    What policy requirement is being waived