google_api_apigee v0.14.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig View Source

Attributes

  • ciphers (type: list(String.t), default: nil) - Whitelist of supported ciphers.
  • clientAuthEnabled (type: boolean(), default: nil) - Indicates if client auth is enabled for the target. Enables two-way TLS.
  • commonName (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CommonNameConfig.t, default: nil) - Common name to validate the target against.
  • enabled (type: boolean(), default: nil) - Enables one-way TLS.
  • ignoreValidationErrors (type: boolean(), default: nil) - If true, ignore TLS certificate validation errors.
  • keyAlias (type: String.t, default: nil) - The name of the Alias used for client side auth. It must be of the form: organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}
  • keyAliasReference (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeyAliasReference.t, default: nil) - A pair of reference name and alias to use for client side auth.
  • protocols (type: list(String.t), default: nil) - Whitelist of supported TLS protocols.
  • trustStore (type: String.t, default: nil) - The name of the Keystore or keystore reference containing trusted certificates for the server. It must be of either the form organizations/{org}/environments/{env}/keystores/{keystore} or organizations/{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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.