GoogleApi.ManagedIdentities.V1.Model.SqlIntegration (google_api_managed_identities v0.16.1) View Source
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.
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
Unwrap a decoded JSON object into its complex fields.