@Generated public interface CredentialsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
Credential |
create(CreateCredentialRequest createCredentialRequest)
Creates a Databricks credential configuration that represents cloud cross-account credentials
for a specified account.
|
Credential |
delete(DeleteCredentialRequest deleteCredentialRequest)
Deletes a Databricks credential configuration object for an account, both specified by ID.
|
Credential |
get(GetCredentialRequest getCredentialRequest)
Gets a Databricks credential configuration object for an account, both specified by ID.
|
Collection<Credential> |
list()
List Databricks credential configuration objects for an account, specified by ID.
|
Credential create(CreateCredentialRequest createCredentialRequest)
Save the response's `credentials_id` field, which is the ID for your new credential configuration object.
For information about how to create a new workspace with this API, see [Create a new workspace using the Account API]
[Create a new workspace using the Account API]: http://docs.databricks.com/administration-guide/account-api/new-workspace.html
Credential delete(DeleteCredentialRequest deleteCredentialRequest)
Credential get(GetCredentialRequest getCredentialRequest)
Collection<Credential> list()
Copyright © 2026. All rights reserved.