Class DnssecKeyVersionDsData
Data for a parent zone DS record corresponding to this key-signing key (KSK).
Inherited Members
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 |