zibri
    Preparing search index...

    A descriptor that keeps track of the encryption properties of an entity.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    keys: Map<
        string,
        ExcludeStrict<EncryptionPropertyValue<any, any, any, any>, false>,
    > = ...

    Keys that have a encryption value of true or function.

    nestedKeys: Map<string, EncryptionDescriptor<unknown>> = ...

    Keys with no encrypt option but containing nested entities that might have encrypt properties.

    Methods