CREDENTIALS
Gäller för: Databricks Runtime 15.4 och senare
INFORMATION_SCHEMA.CREDENTIALS beskriver credentials.
Information visas endast för credentials användaren har behörighet att interagera med.
Det här är ett tillägg till SQL Standard Information Schema.
Definition
Relationen CREDENTIALS
innehåller följande columns:
Name | Datatyp | Kan ha värdet null | beskrivning |
---|---|---|---|
CREDENTIAL_ID |
STRING |
Nej | ID för autentiseringsuppgifterna. |
CREDENTIAL_NAME |
STRING |
Nej | Autentiseringsuppgiftens namn. |
CREDENTIAL_OWNER |
STRING |
Nej | Ägare av autentiseringsuppgifterna. |
CREDENTIAL_PURPOSE |
STRING |
Nej | Syftet med autentiseringsuppgifterna ("STORAGE" eller "SERVICE") |
CREDENTIAL_TYPE |
STRING |
Nej | Typ av autentiseringsuppgifter. |
CREDENTIAL |
STRING |
Nej | Redigerade autentiseringsuppgifter. |
USED_FOR_MANAGED_STORAGE |
STRING |
Nej | Om den här autentiseringsuppgiften används som rotautentiseringsuppgifter för metaarkivet. |
COMMENT |
STRING |
Ja | En valfri kommentar som beskriver autentiseringsuppgifterna. |
CREATED |
TIMESTAMP |
Nej | Tidsstämpel när autentiseringsuppgifterna skapades. |
CREATED_BY |
STRING |
Nej | Huvudnamn som skapade autentiseringsuppgifterna. |
LAST_ALTERED |
TIMESTAMP |
Nej | Tidsstämpel när autentiseringsuppgifterna senast ändrades på något sätt. |
LAST_ALTERED_BY |
STRING |
Nej | Huvudnamn som senast ändrade autentiseringsuppgifterna. |
Krav
Följande begränsningar gäller för CREDENTIALS
relationen:
Klass | Name | Column list | beskrivning |
---|---|---|---|
Primärnyckel | CREDENTIALS_PK |
CREDENTIAL_ID , CREDENTIAL_NAME |
Unikt identifier för autentiseringsuppgifterna. |
Exempel
> SELECT credential_owner
FROM information_schema.credentials