GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig (google_api_apigee v0.19.1) View Source
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 totrue
to enable one-way TLS. -
ignoreValidationErrors
(type:boolean()
, default:nil
) - Flag that specifies whether to ignore TLS certificate validation errors. Set totrue
to 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}
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig{ ciphers: [String.t()], clientAuthEnabled: boolean(), commonName: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CommonNameConfig.t(), enabled: boolean(), ignoreValidationErrors: boolean(), keyAlias: String.t(), keyAliasReference: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeyAliasReference.t(), protocols: [String.t()], trustStore: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.