Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.23 KB

Project.md

File metadata and controls

17 lines (14 loc) · 1.23 KB

LookerApi30Reference.Project

Properties

Name Type Description Notes
id String Project Id [optional]
name String Project display name [optional]
usesGit Boolean If true the project is configured with a git repository [optional]
gitRemoteUrl String Git remote repository url [optional]
gitServiceName String Name of the git service provider [optional]
pullRequestMode String The git pull request policy for this project. Must be one of ["off", "links", "recommended", "required"] [optional]
validationRequired Boolean Validation policy: If true, the project must pass all validation checks before project changes can be committed to the git repository [optional]
isExample Boolean If true the project is an example project and cannot be modified [optional]
localState ProjectWorkspace Details about local project state in the currently selected workspace [optional]
can {String: Boolean} Operations the current user is able to perform on this object [optional]