Class DomainVerificationMethod
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record DomainVerificationMethod : IJsonOnDeserialized, IEquatable<DomainVerificationMethod>
- Inheritance
-
DomainVerificationMethod
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Domain
The name of the txt record for verification
[JsonPropertyName("domain")]
public string? Domain { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public required DomainVerificationMethodNameEnum Name { get; set; }
Property Value
Record
Value used to verify the domain.
[JsonPropertyName("record")]
public required string Record { 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.