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

    Interface ResidencyPolicy

    interface ResidencyPolicy {
        allowedRegions: DataRegion[];
        createdTs: number;
        customRegionLabel?: string;
        denyRegions: DataRegion[];
        isolationLevel: IsolationLevel;
        keyCustodyMode: KeyCustodyMode;
        legalHoldEnabled: boolean;
        policyHash: string;
        policyId: string;
        privacyRedactionEnabled: boolean;
        region: DataRegion;
        requireEncryptionAtRest: boolean;
        requireEncryptionInTransit: boolean;
        retentionMaxDays: number;
        retentionMinDays: number;
    }
    Index
    allowedRegions: DataRegion[]
    createdTs: number
    customRegionLabel?: string
    denyRegions: DataRegion[]
    isolationLevel: IsolationLevel
    keyCustodyMode: KeyCustodyMode
    legalHoldEnabled: boolean
    policyHash: string
    policyId: string
    privacyRedactionEnabled: boolean
    region: DataRegion
    requireEncryptionAtRest: boolean
    requireEncryptionInTransit: boolean
    retentionMaxDays: number
    retentionMinDays: number