@Generated public interface GitCredentialsService
See [more info].
[more info]: https://docs.databricks.com/repos/get-access-tokens-from-git-provider.html
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 |
|---|---|
CreateCredentialsResponse |
create(CreateCredentialsRequest createCredentialsRequest)
Create a credential entry.
|
void |
delete(DeleteCredentialsRequest deleteCredentialsRequest)
Delete a credential.
|
GetCredentialsResponse |
get(GetCredentialsRequest getCredentialsRequest)
Get a credential entry.
|
ListCredentialsResponse |
list()
Get Git credentials.
|
void |
update(UpdateCredentialsRequest updateCredentialsRequest)
Update a credential.
|
CreateCredentialsResponse create(CreateCredentialsRequest createCredentialsRequest)
Creates a Git credential entry for the user. Only one Git credential per user is supported, so any attempts to create credentials if an entry already exists will fail. Use the PATCH endpoint to update existing credentials, or the DELETE endpoint to delete existing credentials.
void delete(DeleteCredentialsRequest deleteCredentialsRequest)
Deletes the specified Git credential.
GetCredentialsResponse get(GetCredentialsRequest getCredentialsRequest)
Gets the Git credential with the specified credential ID.
ListCredentialsResponse list()
Lists the calling user's Git credentials. One credential per user is supported.
void update(UpdateCredentialsRequest updateCredentialsRequest)
Updates the specified Git credential.
Copyright © 2025. All rights reserved.