Class DsRecord
Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC for a domain. It contains a digest (hash) of a DNSKEY record that must be present in the domain's DNS zone.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class DsRecord : IDirectResponseSchema
Properties
Algorithm
The algorithm used to generate the referenced DNSKEY.
Declaration
[JsonProperty("algorithm")]
public virtual string Algorithm { get; set; }
Property Value
Type | Description |
---|---|
string |
Digest
The digest generated from the referenced DNSKEY.
Declaration
[JsonProperty("digest")]
public virtual string Digest { get; set; }
Property Value
Type | Description |
---|---|
string |
DigestType
The hash function used to generate the digest of the referenced DNSKEY.
Declaration
[JsonProperty("digestType")]
public virtual string DigestType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyTag
The key tag of the record. Must be set in range 0 -- 65535.
Declaration
[JsonProperty("keyTag")]
public virtual int? KeyTag { get; set; }
Property Value
Type | Description |
---|---|
int? |