Delen via


SHOW CREDENTIALS

nl-NL: Van toepassing op:aangevinkt ja Databricks SQL aangevinkt ja Databricks Runtime 10.4 LTS en hoger aangevinkt ja 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:vinkje als ja aan 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