Describe the properties of a specific integration of any type
Describes the properties of an integration.
DESCRIBE can be abbreviated to DESC.
{ DESC | DESCRIBE } { API | CATALOG | EXTERNAL ACCESS | NOTIFICATION | SECURITY | STORAGE } INTEGRATION <name>
{ API | CATALOG | EXTERNAL ACCESS | NOTIFICATION | SECURITY | STORAGE } (Required)
Specifies the integration type. Always include the type qualifier (e.g., DESCRIBE STORAGE INTEGRATION my_int, DESC NOTIFICATION INTEGRATION my_int). While the syntax technically allows omitting the type, you should always specify it when the integration type is known.
<name>
Specifies the identifier for the integration to describe. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.
SELECT "type".Describe the properties of a storage integration named my_int:
DESC STORAGE INTEGRATION my_int;
Describe the properties of a notification integration:
DESCRIBE NOTIFICATION INTEGRATION my_alerts;