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

    Interface GovernanceExceptionLifecycleRecord

    interface GovernanceExceptionLifecycleRecord {
        approvalDecision: GovernanceExceptionApprovalDecision;
        approvalSignatureSha256: string;
        approvalSignedEvidenceRef: string;
        approvedAt: string;
        approverId: string;
        compensatingControls: GovernanceExceptionCompensatingControl[];
        controlId: string;
        evidenceRefs: GovernanceExceptionLifecycleEvidenceLink[];
        exceptionId: string;
        expiresAt: string;
        expiryCheckedAt: string;
        expirySignatureSha256: string;
        expirySignedEvidenceRef: string;
        owner: string;
        policyId: string;
        renewalDecision: GovernanceExceptionRenewalDecision;
        requestedAt: string;
        requesterId: string;
        requestReason: string;
        requestSignatureSha256: string;
        requestSignedEvidenceRef: string;
        sourceCitationIds?: string[];
    }
    Index
    approvalSignatureSha256: string
    approvalSignedEvidenceRef: string
    approvedAt: string
    approverId: string
    controlId: string
    exceptionId: string
    expiresAt: string
    expiryCheckedAt: string
    expirySignatureSha256: string
    expirySignedEvidenceRef: string
    owner: string
    policyId: string
    requestedAt: string
    requesterId: string
    requestReason: string
    requestSignatureSha256: string
    requestSignedEvidenceRef: string
    sourceCitationIds?: string[]