GoogleCloudApigeeV1TlsInfoConfig class
Properties
-
ciphers
↔ List<String>?
-
List of ciphers that are granted access.
getter/setter pair
-
clientAuthEnabled
↔ bool?
-
Flag that specifies whether client-side authentication is enabled for the
target server.
getter/setter pair
-
commonName
↔ GoogleCloudApigeeV1CommonNameConfig?
-
Common name to validate the target server against.
getter/setter pair
-
enabled
↔ bool?
-
Flag that specifies whether one-way TLS is enabled.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
ignoreValidationErrors
↔ bool?
-
Flag that specifies whether to ignore TLS certificate validation errors.
getter/setter pair
-
keyAlias
↔ String?
-
Name of the alias used for client-side authentication in the following
format:
organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}
getter/setter pair
-
keyAliasReference
↔ GoogleCloudApigeeV1KeyAliasReference?
-
Reference name and alias pair to use for client-side authentication.
getter/setter pair
-
protocols
↔ List<String>?
-
List of TLS protocols that are granted access.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
trustStore
↔ String?
-
Name of the keystore or keystore reference containing trusted certificates
for the server in the following format:
organizations/{org}/environments/{env}/keystores/{keystore}
or
organizations/{org}/environments/{env}/references/{reference}
getter/setter pair