SHOW CREDENTIALS
nl-NL: Van toepassing op: Databricks SQL Databricks Runtime 10.4 LTS en hoger Unity Catalog alleen
List alle credentials aanwezig in de werkruimte die toegankelijk zijn voor de aanvragende gebruiker.
Syntaxis
SHOW [ STORAGE | SERVICE ] CREDENTIALS
Parameters
STORAGE
: geeft een lijst weer van de opslag credentials.SERVICE
: geeft een lijst weer van de service credentials.Van toepassing op: Databricks Runtime 15.4 en hoger.
Als er geen van STORAGE
of SERVICE
is opgegeven, worden alle toegankelijke credentialsvermeld.
Voorbeelden
> SHOW STORAGE CREDENTIALS
name comment
------------ -----------------
some_creds Used to access s3
> SHOW SERVICE CREDENTIALS
name comment
------------- ----------------------
service_creds Used to access secrets
> SHOW CREDENTIALS
name comment
------------- ----------------------
service_creds Used to access secrets
some_creds Used to access s3