Compartilhar via


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.Model
TlsaRecord

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
int

The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.

selector
int

The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.

matching_type
int

The matching type specifies how the certificate association is presented.

cert_association_data
str

This specifies the certificate association data to be matched.

Variables

Name Description
usage
int

The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.

selector
int

The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.

matching_type
int

The matching type specifies how the certificate association is presented.

cert_association_data
str

This specifies the certificate association data to be matched.