Skip to main content

UnityConnection

Properties

PropertyTypeAttributesDescription
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'RequiredThe type of connection.
namestringRequiredThe name of the connection.
commentstringUser-provided free-form text description.
connectionIdstringRead-onlyUnique identifier of the connection.
createdAtintRead-onlyTime at which this connection was created, in epoch milliseconds.
createdBystringRead-onlyUsername of connection creator.
credentialType'UNKNOWN_CREDENTIAL_TYPE'Read-onlyThe type of credential used for the connection.
fullNamestringRead-onlyThe full name of the connection.
metastoreIdstringRead-onlyUnique identifier of the metastore for the connection.
ownerstringUsername of current owner of connection.
provisioningInfoConnectionProvisioningInfoRead-onlyProvisioning info about the connection.
readOnlyboolWhether the connection is read-only.
securableType'CATALOG' | 'SCHEMA' | 'TABLE' | 'VOLUME'Read-onlyThe type of the securable.
updatedAtintRead-onlyTime at which this connection was last modified, in epoch milliseconds.
updatedBystringRead-onlyUsername of user who last modified connection.
urlstringRead-onlyThe URL of the connection.

ConnectionProvisioningInfo

PropertyTypeAttributesDescription
state'PROVISIONING' | 'PROVISIONED' | 'FAILED'Read-onlyThe current provisioning state of the connection.