Interface IDNSRecord
Represents a DNSRecord resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IDNSRecord : IResource
Properties
Expiration
Declaration
string Expiration { get; set; }
Property Value
Type |
Description |
System.String |
|
Fqdn
Declaration
string Fqdn { get; set; }
Property Value
Type |
Description |
System.String |
|
RecordType
Declaration
DNSRecordType RecordType { get; set; }
Property Value
Values
Declaration
IList<string> Values { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|