Package version:

Interface DelegationSignerInfo

The delegation signer information.

interface DelegationSignerInfo {
    digestAlgorithmType?: number;
    digestValue?: string;
    record?: string;
}

Properties

digestAlgorithmType?: number

The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml NOTE: This property will not be serialized. It can only be populated by the server.

digestValue?: string

The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record. NOTE: This property will not be serialized. It can only be populated by the server.

record?: string

The record represents a delegation signer (DS) record. NOTE: This property will not be serialized. It can only be populated by the server.