ProjectPipelineReleaseSettings interface
enforce |
EnforceJobAuthScope setting at project level. If enabled, scope of access for all release pipelines reduces to the current project. |
has |
Defines whether user can manage pipeline settings. |
org |
EnforceJobAuthScope setting at organisaion level. If enabled, scope of access for all release pipelines in the organisation reduces to the current project. |
public |
Defines whether project is public. |
EnforceJobAuthScope setting at project level. If enabled, scope of access for all release pipelines reduces to the current project.
enforceJobAuthScope: boolean
Property Value
boolean
Defines whether user can manage pipeline settings.
hasManageSettingsPermission: boolean
Property Value
boolean
EnforceJobAuthScope setting at organisaion level. If enabled, scope of access for all release pipelines in the organisation reduces to the current project.
orgEnforceJobAuthScope: boolean
Property Value
boolean
Defines whether project is public.
publicProject: boolean
Property Value
boolean