@ark7/model - v2.0.56
    Preparing search index...

    Interface EncryptedFieldMetadata

    interface EncryptedFieldMetadata {
        algorithm?: EncryptAlgorithm;
        autoDecrypt?: boolean;
        encrypted: boolean;
        keyAltName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    algorithm?: EncryptAlgorithm

    The algorithm to use for encryption. defaults to 'AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic'

    autoDecrypt?: boolean

    whether auto decrypt the field. defaults to false

    encrypted: boolean
    keyAltName?: string

    A unique string name corresponding to an already existing dataKey. defaults to 'defaultDataKey'