@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)
Creates a Git credential entry for the user.
|
void |
delete(DeleteCredentialsRequest deleteCredentialsRequest)
Deletes the specified Git credential.
|
GetCredentialsResponse |
get(GetCredentialsRequest getCredentialsRequest)
Gets the Git credential with the specified credential ID.
|
ListCredentialsResponse |
list(ListCredentialsRequest listCredentialsRequest)
Lists the calling user's Git credentials.
|
void |
update(UpdateCredentialsRequest updateCredentialsRequest)
Updates the specified Git credential.
|
CreateCredentialsResponse create(CreateCredentialsRequest createCredentialsRequest)
void delete(DeleteCredentialsRequest deleteCredentialsRequest)
GetCredentialsResponse get(GetCredentialsRequest getCredentialsRequest)
ListCredentialsResponse list(ListCredentialsRequest listCredentialsRequest)
void update(UpdateCredentialsRequest updateCredentialsRequest)
Copyright © 2026. All rights reserved.