Member Junction
    Preparing search index...

    Result structure returned by key rotation operations.

    RotateEncryptionKeyAction for the rotation action

    interface RotateKeyResult {
        error?: string;
        fieldsProcessed: string[];
        recordsProcessed: number;
        success: boolean;
    }
    Index

    Properties

    error?: string

    Error message if rotation failed

    fieldsProcessed: string[]

    List of fields that were processed. Format: 'EntityName.FieldName'

    recordsProcessed: number

    Total number of records that were re-encrypted

    success: boolean

    Whether the rotation completed successfully