Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 975 Bytes

File metadata and controls

17 lines (13 loc) · 975 Bytes

RepositoryCredential

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
id string Unique Id [optional]
root_project_id string Root project Id [optional]
remote_url string Git remote repository url [optional]
git_username string Git username for HTTPS authentication. [optional]
git_password string (Write-Only) Git password for HTTPS authentication. [optional]
ssh_public_key string Public deploy key for SSH authentication. [optional]
is_configured bool Whether the credentials have been configured for the Git Repository. [optional]

[Back to Model list] [Back to API list] [Back to README]