Class CreateVerifiableCredentialTemplateRequestContent
- 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
Dialect
[JsonPropertyName("dialect")]
public required string Dialect { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
Presentation
[JsonPropertyName("presentation")]
public required MdlPresentationRequest Presentation { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public required string Type { get; set; }
Property Value
WellKnownTrustedIssuers
[JsonPropertyName("well_known_trusted_issuers")]
public required string WellKnownTrustedIssuers { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.