Class DNSRecordType
An enumeration of DNSRecordType values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class DNSRecordType : StringEnum, IComparable
Constructors
DNSRecordType(String)
Creates a new DNSRecordType instance.
Declaration
public DNSRecordType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Cname
The CNAME DNSRecordType.
Declaration
public static DNSRecordType Cname
Field Value
Type | Description |
---|---|
DNSRecordType |
Txt
The TXT DNSRecordType.
Declaration
public static DNSRecordType Txt
Field Value
Type | Description |
---|---|
DNSRecordType |
Operators
Implicit(String to DNSRecordType)
Implicit operator declaration to accept and convert a string value as a DNSRecordType
Declaration
public static implicit operator DNSRecordType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
DNSRecordType |
Implements
System.IComparable