Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.72 KB

File metadata and controls

22 lines (18 loc) · 1.72 KB

Project

Properties

Name Type Description Notes
id str Project Id [optional]
name str Project display name [optional]
uses_git bool If true the project is configured with a git repository [optional]
git_remote_url str Git remote repository url [optional]
git_username str Git username for HTTPS authentication. (For production only, if using user attributes.) [optional]
git_password str (Write-Only) Git password for HTTPS authentication. (For production only, if using user attributes.) [optional]
git_username_user_attribute str User attribute name for username in per-user HTTPS authentication. [optional]
git_password_user_attribute str User attribute name for password in per-user HTTPS authentication. [optional]
git_service_name str Name of the git service provider [optional]
pull_request_mode str The git pull request policy for this project. Valid values are: "off", "links", "recommended", "required". [optional]
validation_required bool Validation policy: If true, the project must pass all validation checks before project changes can be committed to the git repository [optional]
is_example bool If true the project is an example project and cannot be modified [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

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