View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EncryptionKey (google_api_integrations v0.9.0)

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.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EncryptionKey{
    kmsKeyName: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.