TlsaRecord Class
A TLSA record. For more information about the TLSA record format, see RFC 6698: https://www.rfc-editor.org/rfc/rfc6698.
- Inheritance
-
azure.mgmt.dns._serialization.ModelTlsaRecord
Constructor
TlsaRecord(*, usage: int | None = None, selector: int | None = None, matching_type: int | None = None, cert_association_data: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
usage
|
The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake. |
selector
|
The selector specifies which part of the TLS certificate presented by the server will be matched against the association data. |
matching_type
|
The matching type specifies how the certificate association is presented. |
cert_association_data
|
This specifies the certificate association data to be matched. |
Variables
Name | Description |
---|---|
usage
|
The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake. |
selector
|
The selector specifies which part of the TLS certificate presented by the server will be matched against the association data. |
matching_type
|
The matching type specifies how the certificate association is presented. |
cert_association_data
|
This specifies the certificate association data to be matched. |
Azure SDK for Python