Resource: SqlIntegration
Represents the SQL instance integrated with Managed AD.
| JSON representation | 
|---|
{
  "name": string,
  "sqlInstance": string,
  "createTime": string,
  "updateTime": string,
  "state": enum ( | 
              
| Fields | |
|---|---|
name | 
                
                   
 The unique name of the SQL integration in the form of   | 
              
sqlInstance | 
                
                   
 The full resource name of an integrated SQL instance  | 
              
createTime | 
                
                   
 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:   | 
              
updateTime | 
                
                   
 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:   | 
              
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 | 
            |
|---|---|
                
 | 
              Gets details of a single sqlIntegration. | 
                
 | 
              Lists SqlIntegrations in a given domain. |