Show / Hide Table of Contents

Class DnssecKeyVersionDsData

Data for a parent zone DS record corresponding to this key-signing key (KSK).

Inheritance
object
DnssecKeyVersionDsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DnsService.Models
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
public class DnssecKeyVersionDsData

Properties

DigestType

Declaration
[JsonProperty(PropertyName = "digestType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DnssecDigestType? DigestType { get; set; }
Property Value
Type Description
DnssecDigestType?

The type of the digest associated with the rdata.

Rdata

Declaration
[JsonProperty(PropertyName = "rdata")]
public string Rdata { get; set; }
Property Value
Type Description
string

Presentation-format DS record data that must be added to the parent zone. For more information about RDATA, see Supported DNS Resource Record Types

In this article
Back to top