Class CreateVerifiableCredentialTemplateResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateVerifiableCredentialTemplateResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<CreateVerifiableCredentialTemplateResponseContent>
- Inheritance
-
CreateVerifiableCredentialTemplateResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
CreatedAt
The date and time the template was created.
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
CustomCertificateAuthority
The custom certificate authority.
[JsonPropertyName("custom_certificate_authority")]
public Optional<string?> CustomCertificateAuthority { get; set; }
Property Value
Dialect
The dialect of the template.
[JsonPropertyName("dialect")]
public string? Dialect { get; set; }
Property Value
Id
The id of the template.
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Name
The name of the template.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Presentation
[JsonPropertyName("presentation")]
public MdlPresentationRequest? Presentation { get; set; }
Property Value
Type
The type of the template.
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value
UpdatedAt
The date and time the template was created.
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; set; }
Property Value
WellKnownTrustedIssuers
The well-known trusted issuers, comma separated.
[JsonPropertyName("well_known_trusted_issuers")]
public Optional<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.