Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::TlsInspectionPolicy::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.
Constants
PROFILE_UNSPECIFIED
value: 0
Indicates no profile was specified.
PROFILE_COMPATIBLE
value: 1
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.
PROFILE_MODERN
value: 2
Modern profile. Supports a wide set of SSL features, allowing modern
clients to negotiate SSL with the TLS inspection proxy.
PROFILE_RESTRICTED
value: 3
Restricted profile. Supports a reduced set of SSL features, intended to
meet stricter compliance requirements.
PROFILE_CUSTOM
value: 4
Custom profile. Allow only the set of allowed SSL features specified in
the custom_features field of SslPolicy.