get https://{host}/databridge/v1/Cluster/server-security
Returns security information for the tenant's Data Bridge cluster including the minTlsVersion
and allConnectedEncrypted
attributes.
- The
minTlsVersion
attribute identifies the minimum version of TLS supported by the Data Bridge cluster. Clients connecting to managed server instances must supporte the minimum version to connect to the Data Bridge cluster. - The
allConnectedEncrypted
attribute returns a Boolean value that indicates whether connections to the Data Bridge cluster encrypted. By default,true
.
Data Bridge uses Transport Layer Security (TLS) to manage connections between clients and managed SQL Server instances. By default, Data Bridge is configured to support TLS 1.2 or newer. If you need to allow a lower level of encryption to support legacy applications, Data Bridge supports setting the minimum supported TLS version as 1.0, 1.1 or 1.2. RMS recommends the default setting of TLS 1.2.
Role-based Permissions
To perform this operation, a principal must belong to a group that has been assigned the DB Admin role. See Access Controls for details.