Back to Node Auth0

Interface CreateVerifiableCredentialTemplateResponseContent

docs/interfaces/management.Management.CreateVerifiableCredentialTemplateResponseContent.html

5.9.12.3 KB
Original Source

Interface CreateVerifiableCredentialTemplateResponseContent

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

Indexable

Accepts any additional properties

Index

Properties

id?name?type?dialect?presentation?custom_certificate_authority?well_known_trusted_issuers?created_at?updated_at?

Properties

Optionalid

id?: string

The id of the template.

Optionalname

name?: string

The name of the template.

Optionaltype

type?: string

The type of the template.

Optionaldialect

dialect?: string

The dialect of the template.

Optionalpresentation

presentation?: MdlPresentationRequest

Optionalcustom_certificate_authority

custom_certificate_authority?: string | null

The custom certificate authority.

Optionalwell_known_trusted_issuers

well_known_trusted_issuers?: string | null

The well-known trusted issuers, comma separated.

Optionalcreated_at

created_at?: string

The date and time the template was created.

Optionalupdated_at

updated_at?: string

The date and time the template was created.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnametypedialectpresentationcustom_certificate_authoritywell_known_trusted_issuerscreated_atupdated_at