OptionalpasswordThe password that pairs with a username as part of basic authentication, or the passphrase to be used with an SSH private key.
OptionalpersonalA Git personal access token, to be used in replacement of a password.
OptionalsshA string containing the contents of a private key to be used for access to the Git repository.
OptionalsshThe absolute path to a private key to be used for access to the Git repository.
OptionalusernameThe username to use when authenticating to a Git repository with basic authentication.
Authentication options that can be specified for a private Git repository. There are three different authentication paths:
Only one authentication path is valid.