View Source GoogleApi.CloudControlsPartner.V1.Model.EkmConnection (google_api_cloud_controls_partner v0.3.3)
Details about the EKM connection
Attributes
-
connectionError
(type:GoogleApi.CloudControlsPartner.V1.Model.ConnectionError.t
, default:nil
) - The connection error that occurred if any -
connectionName
(type:String.t
, default:nil
) - Resource name of the EKM connection in the format: projects/{project}/locations/{location}/ekmConnections/{ekm_connection} -
connectionState
(type:String.t
, default:nil
) - Output only. The connection state
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudControlsPartner.V1.Model.EkmConnection{ connectionError: GoogleApi.CloudControlsPartner.V1.Model.ConnectionError.t() | nil, connectionName: String.t() | nil, connectionState: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.