View Source GoogleApi.CloudControlsPartner.V1.Model.EkmConnections (google_api_cloud_controls_partner v0.3.1)

The EKM connections associated with a workload

Attributes

  • ekmConnections (type: list(GoogleApi.CloudControlsPartner.V1.Model.EkmConnection.t), default: nil) - The EKM connections associated with the workload
  • name (type: String.t, default: nil) - Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/ekmConnections

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudControlsPartner.V1.Model.EkmConnections{
  ekmConnections:
    [GoogleApi.CloudControlsPartner.V1.Model.EkmConnection.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.