DESC SECRET command: Add INTEGRATION_ NAME column¶
Attention
This behavior change is in the 2024_01 bundle.
For the current status of the bundle, refer to Bundle History.
The behavior of the DESCRIBE SECRET command is as follows:
- Before the change:
The output of the command did not include the
integration_namecolumn- After the change:
The output of the command includes the
integration_namecolumn as the last column in the output.Column name Data type Description integration_nameVARCHAR Specifies the name of the External API Authentication integration that references the secret or NULL if the integration does not specify a secret.
Ref: 1494