Skip to main content

UnityStorageCredential

Properties

PropertyTypeAttributesDescription
namestringRequiredThe name of the storage credential.
azureManagedIdentityStorageCredentialAzureManagedIdentityAzure Managed Identity configuration.
azureServicePrincipalStorageCredentialAzureServicePrincipalAzure Service Principal configuration.
commentstringUser-provided free-form text description.
createdAtintRead-onlyTime at which this storage credential was created, in epoch milliseconds.
createdBystringRead-onlyUsername of storage credential creator.
fullNamestringRead-onlyThe full name of the storage credential.
idstringRead-onlyUnique identifier of the storage credential.
isolationMode'ISOLATION_MODE_OPEN' | 'ISOLATION_MODE_ISOLATED'Read-onlyWhether isolation mode is enabled for this storage credential.
metastoreIdstringRead-onlyUnique identifier of the metastore for the storage credential.
ownerstringUsername of current owner of storage credential.
readOnlyboolWhether the storage credential is read-only.
skipValidationboolSuppress validation errors.
updatedAtintRead-onlyTime at which this storage credential was last modified, in epoch milliseconds.
updatedBystringRead-onlyUsername of user who last modified storage credential.
usedForManagedStorageboolRead-onlyWhether this credential is used for managed storage.

StorageCredentialAzureManagedIdentity

PropertyTypeAttributesDescription
accessConnectorIdstringRequiredThe resource ID of the Azure Databricks Access Connector.
managedIdentityIdstringRequiredThe resource ID of the Azure User Assigned Managed Identity.
credentialIdstringRead-onlyThe credential ID.

StorageCredentialAzureServicePrincipal

PropertyTypeAttributesDescription
applicationIdstringRequiredThe application ID of the Azure service principal.
directoryIdstringRequiredThe directory ID of the Azure service principal.
clientSecretstringThe client secret of the Azure service principal.