View Source GoogleApi.Connectors.V1.Model.EncryptionKey (google_api_connectors v0.6.1)

Encryption Key value.

Attributes

  • kmsKeyName (type: String.t, default: nil) - The [KMS key name] with which the content of the Operation is encrypted. The expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*. Will be empty string if google managed.
  • type (type: String.t, default: nil) - Type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.EncryptionKey{
  kmsKeyName: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.