View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ConfigVariable (google_api_integrations v0.5.0)

ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.

Attributes

  • boolValue (type: boolean(), default: nil) - Value is a bool.
  • encryptionKeyValue (type: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EncryptionKey.t, default: nil) - Value is a Encryption Key.
  • intValue (type: String.t, default: nil) - Value is an integer
  • key (type: String.t, default: nil) - Key of the config variable.
  • secretValue (type: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Secret.t, default: nil) - Value is a secret.
  • stringValue (type: String.t, default: nil) - Value is a string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ConfigVariable{
    boolValue: boolean() | nil,
    encryptionKeyValue:
      GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EncryptionKey.t()
      | nil,
    intValue: String.t() | nil,
    key: String.t() | nil,
    secretValue:
      GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1Secret.t()
      | nil,
    stringValue: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.