connectionType | 'UNKNOWN_CONNECTION_TYPE' | 'MYSQL' | 'POSTGRESQL' | 'SNOWFLAKE' | 'REDSHIFT' | 'SQLDW' | 'SQLSERVER' | 'DATABRICKS' | 'SALESFORCE' | 'BIGQUERY' | 'WORKDAY_RAAS' | 'HIVE_METASTORE' | 'GA4_RAW_DATA' | 'SERVICENOW' | 'SALESFORCE_DATA_CLOUD' | 'GLUE' | 'ORACLE' | 'TERADATA' | 'HTTP' | 'POWER_BI' | Required | The type of connection. |
name | string | Required | The name of the connection. |
comment | string | | User-provided free-form text description. |
connectionId | string | Read-only | Unique identifier of the connection. |
createdAt | int | Read-only | Time at which this connection was created, in epoch milliseconds. |
createdBy | string | Read-only | Username of connection creator. |
credentialType | 'UNKNOWN_CREDENTIAL_TYPE' | Read-only | The type of credential used for the connection. |
fullName | string | Read-only | The full name of the connection. |
metastoreId | string | Read-only | Unique identifier of the metastore for the connection. |
owner | string | | Username of current owner of connection. |
provisioningInfo | ConnectionProvisioningInfo | Read-only | Provisioning info about the connection. |
readOnly | bool | | Whether the connection is read-only. |
securableType | 'CATALOG' | 'SCHEMA' | 'TABLE' | 'VOLUME' | Read-only | The type of the securable. |
updatedAt | int | Read-only | Time at which this connection was last modified, in epoch milliseconds. |
updatedBy | string | Read-only | Username of user who last modified connection. |
url | string | Read-only | The URL of the connection. |