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

    Interface AttestationBundle

    interface AttestationBundle {
        alerts: InsiderRiskAlert[];
        approvalEvents: ApprovalEvent[];
        bundleHash: string;
        bundleId: string;
        exportedTs: number;
        policyChanges: PolicyChangeEvent[];
        riskScores: InsiderRiskScore[];
        tenantId: string;
    }
    Index
    approvalEvents: ApprovalEvent[]
    bundleHash: string
    bundleId: string
    exportedTs: number
    policyChanges: PolicyChangeEvent[]
    riskScores: InsiderRiskScore[]
    tenantId: string