Delen via


SHOW CREDENTIALS

Van toepassing op:selectievakje gemarkeerd als ja Databricks SQL selectievakje gemarkeerd als ja Databricks Runtime 10.4 LTS en hoger selectievakje gemarkeerd als ja Alleen Unity Catalog

Lijst alle referentiegegevens die aanwezig zijn in de werkruimte en beschikbaar zijn voor de aanvragende gebruiker.

Syntaxis

SHOW [ STORAGE | SERVICE ] CREDENTIALS

Parameters

  • STORAGE: geeft de opslagreferenties weer.

  • SERVICE: geeft de servicereferenties weer.

    Van toepassing op:vinkje als ja aan Databricks Runtime 15.4 en hoger.

Als geen van STORAGE of SERVICE wordt opgegeven, worden alle toegankelijke referenties opgesomd.

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