Skip to main content
Outputs the configuration of an existing credential.
DESCRIBE CREDENTIAL Syntax
Only users with system_admin or system_user_admin, or users with credential_admin or credential_read on the credential to describe, may describe a credential.

Parameters

<schema name>

Name of the schema containing the credential to describe

<credential name>

Name of the existing credential for which the configuration will be output; use * instead of schema/credential name to output the configuration of all credentials

Response

The response to DESCRIBE CREDENTIAL is a four-column result set:

Examples

To show the configuration for a credential, auser_azure_active_dir_creds:
DESCRIBE CREDENTIAL Example
To show the configuration for all credentials:
DESCRIBE CREDENTIAL (All Credentials) Example