Skip to main content

UnityCredential

Properties

PropertyTypeAttributesDescription
namestringRequiredThe name of the credential.
purpose'STORAGE' | 'SERVICE'RequiredThe purpose of the credential.
azureManagedIdentityAzureManagedIdentityAzure Managed Identity configuration for the credential.
azureServicePrincipalAzureServicePrincipalAzure Service Principal configuration for the credential.
commentstringUser-provided free-form text description.
createdAtintRead-onlyTime at which this credential was created, in epoch milliseconds.
createdBystringRead-onlyUsername of credential creator.
forceDestroyboolWhether to force destroy the credential.
forceUpdateboolWhether to force update the credential.
fullNamestringRead-onlyThe full name of the credential.
idstringRead-onlyUnique identifier of the credential.
isolationMode'ISOLATION_MODE_OPEN' | 'ISOLATION_MODE_ISOLATED'Read-onlyWhether the credential is accessible from all workspaces or a specific set of workspaces.
metastoreIdstringRead-onlyUnique identifier of the metastore for the credential.
ownerstringUsername of current owner of credential.
readOnlyboolWhether the credential is read-only.
skipValidationboolWhether to skip validation of the credential.
updatedAtintRead-onlyTime at which this credential was last modified, in epoch milliseconds.
updatedBystringRead-onlyUsername of user who last modified credential.
usedForManagedStorageboolRead-onlyWhether this credential is used for managed storage.

AzureManagedIdentity

PropertyTypeAttributesDescription
managedIdentityIdstringRequiredThe ID of the Azure Managed Identity.
accessConnectorIdstringThe ID of the Azure Access Connector.
credentialIdstringRead-onlyThe credential ID (computed).

AzureServicePrincipal

PropertyTypeAttributesDescription
applicationIdstringRequiredThe application ID of the Azure Service Principal.
clientSecretstringRequiredThe client secret of the Azure Service Principal.
directoryIdstringRequiredThe directory ID (tenant ID) of the Azure Service Principal.