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

    Interface KeyCustodyConfig

    interface KeyCustodyConfig {
        allowExport: boolean;
        auditKeyAccess: boolean;
        description: string;
        mode: KeyCustodyMode;
        requireDualControl: boolean;
        rotationIntervalDays: number;
    }
    Index
    allowExport: boolean
    auditKeyAccess: boolean
    description: string
    requireDualControl: boolean
    rotationIntervalDays: number