GoogleApi.ManagedIdentities.V1.Model.SqlIntegration (google_api_managed_identities v0.11.0) View Source

Represents the Sql instance integrated with AD.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
  • name (type: String.t, default: nil) - The unique name of the sql integration in the form of projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}
  • sqlInstance (type: String.t, default: nil) - The full resource name of an integrated sql instance
  • state (type: String.t, default: nil) - Output only. The current state of the sql integration.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ManagedIdentities.V1.Model.SqlIntegration{
  createTime: DateTime.t() | nil,
  name: String.t() | nil,
  sqlInstance: String.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.