Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    Interface CertificateSubjectDnCredential

    interface CertificateSubjectDnCredential {
        credential_type: "cert_subject_dn";
        name?: string;
        subject_dn?: string;
        pem?: string;
    }
    Index

    Properties

    credential_type: "cert_subject_dn"
    name?: string

    Friendly name for a credential.

    subject_dn?: string

    Subject Distinguished Name. Mutually exclusive with pem property. Applies to cert_subject_dn credential type.

    pem?: string

    PEM-formatted X509 certificate. Must be JSON escaped. Mutually exclusive with subject_dn property.