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

    Interface CreateVerifiableCredentialTemplateResponseContent

    interface CreateVerifiableCredentialTemplateResponseContent {
        id?: string;
        name?: string;
        type?: string;
        dialect?: string;
        presentation?: MdlPresentationRequest;
        custom_certificate_authority?: string;
        well_known_trusted_issuers?: string;
        created_at?: string;
        updated_at?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    id?: string

    The id of the template.

    name?: string

    The name of the template.

    type?: string

    The type of the template.

    dialect?: string

    The dialect of the template.

    presentation?: MdlPresentationRequest
    custom_certificate_authority?: string

    The custom certificate authority.

    well_known_trusted_issuers?: string

    The well-known trusted issuers, comma separated.

    created_at?: string

    The date and time the template was created.

    updated_at?: string

    The date and time the template was created.