Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::SslPolicy::Profile.
Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one ofCOMPATIBLE, MODERN, RESTRICTED,FIPS_202205, or CUSTOM. If usingCUSTOM, the set of SSL features to enable must be specified in the customFeatures field. If using FIPS_202205, the min_tls_version field must be set to TLS_1_2.
Constants
UNDEFINED_PROFILE
value: 0
A value indicating that the enum field is not set.
COMPATIBLE
value: 179_357_396
Compatible profile. Allows the broadset set of clients, even those which
support only out-of-date SSL features to negotiate with the load
balancer.
CUSTOM
value: 388_595_569
Custom profile. Allow only the set of allowed SSL features specified in
the customFeatures field.
FIPS_202205
value: 475_828_188
FIPS compatible profile. Supports a reduced set of SSL features,
intended to meet FIPS 140-3 compliance requirements.
MODERN
value: 132_013_855
Modern profile. Supports a wide set of SSL features, allowing modern
clients to negotiate SSL with the load balancer.
RESTRICTED
value: 261_551_195
Restricted profile. Supports a reduced set of SSL features, intended to
meet stricter compliance requirements.