Skip to content

Commit 080b724

Browse files
authored
Clarify TLS version audit records started in SQL 2022.
1 parent e491b18 commit 080b724

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/security/auditing/sql-server-audit-records.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Audits consist of zero or more audit action items, which are recorded to an audi
6464
| **data_sensitivity_information** | **Applies to**: Azure SQL Database only<br /><br />Information types and sensitivity labels returned by the audited query, based on the classified columns in the database. Learn more about [Azure SQL Database data discover and classification](/azure/azure-sql/database/data-discovery-and-classification-overview) | **nvarchar(4000)** | No |
6565
| **host_name** | Host name of the client connection | **nvarchar(128)** | No |
6666
| **session_context** | Session context information for the connection | **nvarchar(4000)** | No |
67-
| **client_tls_version** | TLS version number used by the client connection | **int** | No |
68-
| **client_tls_version_name** | TLS version name used by the client connection | **nvarchar(128)** | No |
67+
| **client_tls_version** | **Applies to**: SQL Server 2022 and later<br /><br />TLS version number used by the client connection | **int** | No |
68+
| **client_tls_version_name** | **Applies to**: SQL Server 2022 and later<br /><br />TLS version name used by the client connection | **nvarchar(128)** | No |
6969
| **database_transaction_id** | Database transaction identifier | **bigint** | No |
7070
| **ledger_start_sequence_number** | **Applies to**: SQL Server 2022 and later<br /><br />Ledger start sequence number for ledger operations | **bigint** | No |
7171
| **external_policy_permissions_checked** | External policy permissions that were checked during the operation | **nvarchar(4000)** | No |

0 commit comments

Comments
 (0)