View Source GoogleApi.ManagedIdentities.V1.Model.SqlIntegration (google_api_managed_identities v0.19.0)
Represents the SQL instance integrated with Managed AD.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the SQL integration was created. -
name
(type:String.t
, default:nil
) - The unique name of the SQL integration in the form ofprojects/{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 the SQL integration was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.