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

    Interface GovernanceExceptionLifecycleRow

    interface GovernanceExceptionLifecycleRow {
        approvalDecision: GovernanceExceptionApprovalDecision;
        approvedAt: string;
        approverId: string;
        compensatingControlIds: string[];
        compensatingControlsHash: string;
        controlId: string;
        evidenceChainHash: string;
        evidenceRefs: GovernanceExceptionLifecycleEvidenceLink[];
        exceptionId: string;
        expiresAt: string;
        expiryCheckedAt: string;
        owner: string;
        policyId: string;
        renewalDecidedAt: string;
        renewalOutcome: GovernanceExceptionRenewalOutcome;
        requestedAt: string;
        requesterId: string;
        rowHash: string;
        sourceCitationIds: string[];
    }
    Index
    approvedAt: string
    approverId: string
    compensatingControlIds: string[]
    compensatingControlsHash: string
    controlId: string
    evidenceChainHash: string
    exceptionId: string
    expiresAt: string
    expiryCheckedAt: string
    owner: string
    policyId: string
    renewalDecidedAt: string
    requestedAt: string
    requesterId: string
    rowHash: string
    sourceCitationIds: string[]