View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig (google_api_apigee v0.53.0)
Attributes
-
ciphers(type:list(String.t), default:nil) - List of ciphers that are granted access. -
clientAuthEnabled(type:boolean(), default:nil) - Flag that specifies whether client-side authentication is enabled for the target server. Enables two-way TLS. -
commonName(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CommonNameConfig.t, default:nil) - Common name to validate the target server against. -
enabled(type:boolean(), default:nil) - Flag that specifies whether one-way TLS is enabled. Set totrueto enable one-way TLS. -
enforce(type:boolean(), default:nil) - Flag that enforces TLS settings -
ignoreValidationErrors(type:boolean(), default:nil) - Flag that specifies whether to ignore TLS certificate validation errors. Set totrueto ignore errors. -
keyAlias(type:String.t, default:nil) - Name of the alias used for client-side authentication in the following format:organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias} -
keyAliasReference(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeyAliasReference.t, default:nil) - Reference name and alias pair to use for client-side authentication. -
protocols(type:list(String.t), default:nil) - List of TLS protocols that are granted access. -
trustStore(type:String.t, default:nil) - Name of the keystore or keystore reference containing trusted certificates for the server in the following format:organizations/{org}/environments/{env}/keystores/{keystore}ororganizations/{org}/environments/{env}/references/{reference}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig{ ciphers: [String.t()] | nil, clientAuthEnabled: boolean() | nil, commonName: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CommonNameConfig.t() | nil, enabled: boolean() | nil, enforce: boolean() | nil, ignoreValidationErrors: boolean() | nil, keyAlias: String.t() | nil, keyAliasReference: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeyAliasReference.t() | nil, protocols: [String.t()] | nil, trustStore: String.t() | nil }