Network Security v1 API - Enum TlsInspectionPolicy.Types.Profile (1.0.0-beta01)

public enum TlsInspectionPolicy.Types.Profile

Reference documentation and code samples for the Network Security v1 API enum TlsInspectionPolicy.Types.Profile.

Profile specifies the set of TLS cipher suites (and possibly other features in the future) that can be used by the firewall when negotiating TLS connections with clients and servers. The meaning of these fields is identical to the load balancers' SSLPolicy resource.

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Fields

Name Description
Compatible

Compatible profile. Allows the broadest set of clients, even those which support only out-of-date SSL features to negotiate with the TLS inspection proxy.

Custom

Custom profile. Allow only the set of allowed SSL features specified in the custom_features field of SslPolicy.

Modern

Modern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the TLS inspection proxy.

Restricted

Restricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.

Unspecified

Indicates no profile was specified.