REST Resource: projects.locations.global.domains.sqlIntegrations

Resource: SqlIntegration

Represents the SQL instance integrated with Managed AD.

JSON representation
{
  "name": string,
  "sqlInstance": string,
  "createTime": string,
  "updateTime": string,
  "state": enum (State)
}
Fields
name

string

The unique name of the SQL integration in the form of projects/{projectId}/locations/global/domains/{domainName}/sqlIntegrations/{sqlIntegration}

sqlInstance

string

The full resource name of an integrated SQL instance

createTime

string (Timestamp format)

Output only. The time the SQL integration was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. The time the SQL integration was updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

state

enum (State)

Output only. The current state of the SQL integration.

State

Represents the different states of a SQL integration.

Enums
STATE_UNSPECIFIED Not Set
CREATING The SQL integration is being created.
DELETING The SQL integration is being deleted.
READY The SQL integration is ready.

Methods

get

Gets details of a single sqlIntegration.

list

Lists SqlIntegrations in a given domain.