@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(CreateCredentials createCredentials)
Create a credential entry.
|
void |
delete(DeleteGitCredentialRequest deleteGitCredentialRequest)
Delete a credential.
|
CredentialInfo |
get(GetGitCredentialRequest getGitCredentialRequest)
Get a credential entry.
|
GetCredentialsResponse |
list()
Get Git credentials.
|
void |
update(UpdateCredentials updateCredentials)
Update a credential.
|
CreateCredentialsResponse create(CreateCredentials createCredentials)
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(DeleteGitCredentialRequest deleteGitCredentialRequest)
Deletes the specified Git credential.
CredentialInfo get(GetGitCredentialRequest getGitCredentialRequest)
Gets the Git credential with the specified credential ID.
GetCredentialsResponse list()
Lists the calling user's Git credentials. One credential per user is supported.
void update(UpdateCredentials updateCredentials)
Updates the specified Git credential.
Copyright © 2023. All rights reserved.