Table of Contents

Class CreateVerifiableCredentialTemplateRequestContent

Namespace
Auth0.ManagementApi.VerifiableCredentials.Verification
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record CreateVerifiableCredentialTemplateRequestContent : IEquatable<CreateVerifiableCredentialTemplateRequestContent>
Inheritance
CreateVerifiableCredentialTemplateRequestContent
Implements
Inherited Members
Extension Methods

Properties

CustomCertificateAuthority

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

Property Value

Optional<string>

Dialect

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

Property Value

string

Name

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

Property Value

string

Presentation

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

Property Value

MdlPresentationRequest

Type

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

Property Value

string

WellKnownTrustedIssuers

[JsonPropertyName("well_known_trusted_issuers")]
public required string WellKnownTrustedIssuers { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.