You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`runs`| The permission to grant project's workspaces' runs. Default: `read`. Valid strings: `read`, `plan`, or `apply`. |
78
-
|`sentinel-mocks`| The permission to grant project's workspaces' Sentinel mocks. Default: `none`. Valid strings: `none`, or `read`. |
79
-
|`state-versions`| The permission to grant project's workspaces' state versions. Default: `none` Valid strings: `none`, `read-outputs`, `read`, or `write`.|
78
+
|`sentinel_mocks`| The permission to grant project's workspaces' Sentinel mocks. Default: `none`. Valid strings: `none`, or `read`. |
79
+
|`state_versions`| The permission to grant project's workspaces' state versions. Default: `none` Valid strings: `none`, `read-outputs`, `read`, or `write`.|
80
80
|`variables`| The permission to grant project's workspaces' variables. Default `none`. Valid strings: `none`, `read`, or `write`. |
81
81
|`create`| The permission to create project's workspaces in the project. Default: `false`. Valid booleans `true`, `false`|
82
82
|`locking`| The permission to manually lock or unlock the project's workspaces. Default `false`. Valid booleans `true`, `false`|
83
83
|`delete`| The permission to delete the project's workspaces. Default: `false`. Valid booleans: `true`, `false`|
84
84
|`move`| This permission to move workspaces into and out of the project. The team must also have permissions to the project(s) receiving the the workspace(s). Default: `false`. Valid booleans: `true`, `false`|
85
-
|`run-tasks`| The permission to manage run tasks within the project's workspaces. Default `false`. Valid booleans: `true`, `false`|
85
+
|`run_tasks`| The permission to manage run tasks within the project's workspaces. Default `false`. Valid booleans: `true`, `false`|
0 commit comments