Skip to main content

storage_credential_validation

Creates, updates, deletes, gets or lists a storage_credential_validation resource.

Overview

Namestorage_credential_validation
TypeResource
Iddatabricks_workspace.unitycatalog.storage_credential_validation

Fields

The following fields are returned by SELECT queries:

The storage credential validation operation completed successfully.

NameDatatypeDescription
isDirboolean
resultsarray

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
validateselectdeployment_nameValidates 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.

NameDatatypeDescription
deployment_namestringThe Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc)

SELECT examples

Validates a storage credential. At least one of

SELECT
isDir,
results
FROM databricks_workspace.unitycatalog.storage_credential_validation
WHERE deployment_name = '{{ deployment_name }}' -- required;