Struct DomainCertificateAuthorityEnum
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(DomainCertificateAuthorityEnum.DomainCertificateAuthorityEnumSerializer))]
[Serializable]
public readonly record struct DomainCertificateAuthorityEnum : IStringEnum, IEquatable<string>, IEquatable<DomainCertificateAuthorityEnum>
- Implements
- Inherited Members
Constructors
DomainCertificateAuthorityEnum(string)
public DomainCertificateAuthorityEnum(string value)
Parameters
valuestring
Fields
Googletrust
public static readonly DomainCertificateAuthorityEnum Googletrust
Field Value
Letsencrypt
public static readonly DomainCertificateAuthorityEnum Letsencrypt
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static DomainCertificateAuthorityEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(DomainCertificateAuthorityEnum, string)
public static bool operator ==(DomainCertificateAuthorityEnum value1, string value2)
Parameters
value1DomainCertificateAuthorityEnumvalue2string
Returns
explicit operator string(DomainCertificateAuthorityEnum)
public static explicit operator string(DomainCertificateAuthorityEnum value)
Parameters
Returns
explicit operator DomainCertificateAuthorityEnum(string)
public static explicit operator DomainCertificateAuthorityEnum(string value)
Parameters
valuestring
Returns
operator !=(DomainCertificateAuthorityEnum, string)
public static bool operator !=(DomainCertificateAuthorityEnum value1, string value2)
Parameters
value1DomainCertificateAuthorityEnumvalue2string