name | string | Required | The name of the credential. |
purpose | 'STORAGE' | 'SERVICE' | Required | The purpose of the credential. |
azureManagedIdentity | AzureManagedIdentity | | Azure Managed Identity configuration for the credential. |
azureServicePrincipal | AzureServicePrincipal | | Azure Service Principal configuration for the credential. |
comment | string | | User-provided free-form text description. |
createdAt | int | Read-only | Time at which this credential was created, in epoch milliseconds. |
createdBy | string | Read-only | Username of credential creator. |
forceDestroy | bool | | Whether to force destroy the credential. |
forceUpdate | bool | | Whether to force update the credential. |
fullName | string | Read-only | The full name of the credential. |
id | string | Read-only | Unique identifier of the credential. |
isolationMode | 'ISOLATION_MODE_OPEN' | 'ISOLATION_MODE_ISOLATED' | Read-only | Whether the credential is accessible from all workspaces or a specific set of workspaces. |
metastoreId | string | Read-only | Unique identifier of the metastore for the credential. |
owner | string | | Username of current owner of credential. |
readOnly | bool | | Whether the credential is read-only. |
skipValidation | bool | | Whether to skip validation of the credential. |
updatedAt | int | Read-only | Time at which this credential was last modified, in epoch milliseconds. |
updatedBy | string | Read-only | Username of user who last modified credential. |
usedForManagedStorage | bool | Read-only | Whether this credential is used for managed storage. |