DelegationSignerInfo Class
The delegation signer information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.dns._serialization.ModelDelegationSignerInfo
Constructor
DelegationSignerInfo(**kwargs: Any)
Variables
Name | Description |
---|---|
digest_algorithm_type
|
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. |
digest_value
|
The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record. |
record
|
The record represents a delegation signer (DS) record. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python