Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface EventStreamCloudEventConnectionDeletedPreviousObject2OptionsAssertionDecryptionSettings

    Settings for SAML assertion decryption.

    interface EventStreamCloudEventConnectionDeletedPreviousObject2OptionsAssertionDecryptionSettings {
        algorithm_exceptions?: string[];
        algorithm_profile: "v2026-1";
    }
    Index
    algorithm_exceptions?: string[]

    A list of insecure algorithms to allow for SAML assertion decryption.

    algorithm_profile: "v2026-1"