GoogleCloudApigeeV1TlsInfo class

TLS configuration information for virtual hosts and TargetServers.

Constructors

GoogleCloudApigeeV1TlsInfo({List<String>? ciphers, bool? clientAuthEnabled, GoogleCloudApigeeV1TlsInfoCommonName? commonName, bool? enabled, bool? ignoreValidationErrors, String? keyAlias, String? keyStore, List<String>? protocols, String? trustStore})
GoogleCloudApigeeV1TlsInfo.fromJson(Map json_)

Properties

ciphers List<String>?
The SSL/TLS cipher suites to be used.
getter/setter pair
clientAuthEnabled bool?
Enables two-way TLS.
getter/setter pair
commonName GoogleCloudApigeeV1TlsInfoCommonName?
The TLS Common Name of the certificate.
getter/setter pair
enabled bool?
Enables TLS.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ignoreValidationErrors bool?
If true, Edge ignores TLS certificate errors.
getter/setter pair
keyAlias String?
Required if client_auth_enabled is true.
getter/setter pair
keyStore String?
Required if client_auth_enabled is true.
getter/setter pair
protocols List<String>?
The TLS versioins to be used.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trustStore String?
The resource ID of the truststore.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited