View Source GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationSecret (google_api_big_query_connection v0.12.0)

Secret value parameter.

Attributes

  • plaintext (type: String.t, default: nil) - Input only. Secret as plaintext.
  • secretType (type: String.t, default: nil) - Output only. Indicates type of secret. Can be used to check type of stored secret value even if it's INPUT_ONLY.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQueryConnection.V1.Model.ConnectorConfigurationSecret{
  plaintext: String.t() | nil,
  secretType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.