docs/interfaces/management.Management.GetVerifiableCredentialTemplateResponseContent.html
interface GetVerifiableCredentialTemplateResponseContent {
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;
}
Accepts any additional properties
id?name?type?dialect?presentation?custom_certificate_authority?well_known_trusted_issuers?created_at?updated_at?
Optionalidid?: string
The id of the template.
Optionalnamename?: string
The name of the template.
Optionaltypetype?: string
The type of the template.
Optionaldialectdialect?: string
The dialect of the template.
Optionalpresentationpresentation?: MdlPresentationRequest
Optionalcustom_certificate_authoritycustom_certificate_authority?: string | null
The custom certificate authority.
Optionalwell_known_trusted_issuerswell_known_trusted_issuers?: string | null
The well-known trusted issuers, comma separated.
Optionalcreated_atcreated_at?: string
The date and time the template was created.
Optionalupdated_atupdated_at?: string
The date and time the template was created.
Member Visibility
ThemeOSLightDark
Properties idnametypedialectpresentationcustom_certificate_authoritywell_known_trusted_issuerscreated_atupdated_at