storage_credential_validation
Creates, updates, deletes, gets or lists a storage_credential_validation
resource.
Overview
Name | storage_credential_validation |
Type | Resource |
Id | databricks_workspace.unitycatalog.storage_credential_validation |
Fields
The following fields are returned by SELECT
queries:
- validate
The storage credential validation operation 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 |
---|---|---|---|---|
validate | select | deployment_name | Validates a storage credential. At least one of |
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
- validate
Validates a storage credential. At least one of
SELECT
isDir,
results
FROM databricks_workspace.unitycatalog.storage_credential_validation
WHERE deployment_name = '{{ deployment_name }}' -- required;