SslPolicyProfile enum
profile — the curated cipher-suite preset. See the class-level
security guidance for picking between restricted (compliance
default), modern (modern browsers only), compatible (permissive
legacy default), fips202205 (FIPS 202205-pinned), and custom
(caller-supplied via GoogleComputeSslPolicy.customFeatures).
Values
- compatible → const SslPolicyProfile
-
const SslPolicyProfile('COMPATIBLE') - modern → const SslPolicyProfile
-
const SslPolicyProfile('MODERN') - restricted → const SslPolicyProfile
-
const SslPolicyProfile('RESTRICTED') - custom → const SslPolicyProfile
-
const SslPolicyProfile('CUSTOM') - fips202205 → const SslPolicyProfile
-
const SslPolicyProfile('FIPS_202205')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terraformValue → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SslPolicyProfile> - A constant List of the values in this enum, in order of their declaration.