Table of Contents

Class GetVerifiableCredentialTemplateResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetVerifiableCredentialTemplateResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<GetVerifiableCredentialTemplateResponseContent>
Inheritance
GetVerifiableCredentialTemplateResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

CreatedAt

The date and time the template was created.

[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }

Property Value

DateTime?

CustomCertificateAuthority

The custom certificate authority.

[JsonPropertyName("custom_certificate_authority")]
public Optional<string?> CustomCertificateAuthority { get; set; }

Property Value

Optional<string>

Dialect

The dialect of the template.

[JsonPropertyName("dialect")]
public string? Dialect { get; set; }

Property Value

string

Id

The id of the template.

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Name

The name of the template.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

Presentation

[JsonPropertyName("presentation")]
public MdlPresentationRequest? Presentation { get; set; }

Property Value

MdlPresentationRequest

Type

The type of the template.

[JsonPropertyName("type")]
public string? Type { get; set; }

Property Value

string

UpdatedAt

The date and time the template was created.

[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; set; }

Property Value

DateTime?

WellKnownTrustedIssuers

The well-known trusted issuers, comma separated.

[JsonPropertyName("well_known_trusted_issuers")]
public Optional<string?> WellKnownTrustedIssuers { get; set; }

Property Value

Optional<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.