Skip to main content

storage_credential_validation

Operations on a storage_credential_validation resource.

Overview

Namestorage_credential_validation
TypeResource
Iddatabricks_workspace.unitycatalog.storage_credential_validation

Fields

NameDatatype
isDirboolean
resultsarray

Methods

NameAccessible byRequired ParamsDescription
validateSELECTdeployment_nameValidates a storage credential. At least one of

SELECT examples

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