credential_validation
Creates, updates, deletes, gets or lists a credential_validation resource.
Overview
| Name | credential_validation |
| Type | Resource |
| Id | databricks_workspace.unitycatalog.credential_validation |
Fields
The following fields are returned by SELECT queries:
- validatecredential
Request completed successfully.
| Name | Datatype | Description |
|---|---|---|
isDir | boolean | |
results | array |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
validatecredential | select | deployment_name | Validates a credential. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
deployment_name | string | The Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc) |
SELECT examples
- validatecredential
Validates a credential.
SELECT
isDir,
results
FROM databricks_workspace.unitycatalog.credential_validation
WHERE deployment_name = '{{ deployment_name }}' -- required;