ProjectPipelineReleaseSettings interface
Properties
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. |
Property Details
enforceJobAuthScope
EnforceJobAuthScope setting at project level. If enabled, scope of access for all release pipelines reduces to the current project.
enforceJobAuthScope: boolean
Property Value
boolean
hasManageSettingsPermission
Defines whether user can manage pipeline settings.
hasManageSettingsPermission: boolean
Property Value
boolean
orgEnforceJobAuthScope
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
publicProject
Defines whether project is public.
publicProject: boolean
Property Value
boolean