Updates the specified Git credential.
Usage
update_git_credential(
client,
credential_id,
git_provider = NULL,
git_username = NULL,
personal_access_token = NULL
)
gitCredentialsUpdate(
client,
credential_id,
git_provider = NULL,
git_username = NULL,
personal_access_token = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- credential_id
Required. The ID for the corresponding credential to access.
- git_provider
Git provider.
- git_username
Git username.
- personal_access_token
The personal access token used to authenticate to the corresponding Git provider.