You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A description of the algorithm that the DS key uses.
[optional]
algo_num
int
A IETF-recognized DNSSEC Algorithm Number.
[optional]
digest
str
The actual digest in the DS record.
[optional]
Example
fromclientapi_cpanel.models.inline_response20095_result_data_additional_properties_keys_additional_properties_digestsimportInlineResponse20095ResultDataAdditionalPropertiesKeysAdditionalPropertiesDigests# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse20095ResultDataAdditionalPropertiesKeysAdditionalPropertiesDigests from a JSON stringinline_response20095_result_data_additional_properties_keys_additional_properties_digests_instance=InlineResponse20095ResultDataAdditionalPropertiesKeysAdditionalPropertiesDigests.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse20095ResultDataAdditionalPropertiesKeysAdditionalPropertiesDigests.to_json())
# convert the object into a dictinline_response20095_result_data_additional_properties_keys_additional_properties_digests_dict=inline_response20095_result_data_additional_properties_keys_additional_properties_digests_instance.to_dict()
# create an instance of InlineResponse20095ResultDataAdditionalPropertiesKeysAdditionalPropertiesDigests from a dictinline_response20095_result_data_additional_properties_keys_additional_properties_digests_from_dict=InlineResponse20095ResultDataAdditionalPropertiesKeysAdditionalPropertiesDigests.from_dict(inline_response20095_result_data_additional_properties_keys_additional_properties_digests_dict)