interface OrgPipelineReleaseSettings {
    hasManagePipelinePoliciesPermission?: boolean;
    orgEnforceJobAuthScope?: boolean;
}

Properties

hasManagePipelinePoliciesPermission?: boolean

Defines whether user can manage pipeline settings.

orgEnforceJobAuthScope?: boolean

EnforceJobAuthScope setting at organisaion level. If enabled, scope of access for all release pipelines in the organisation reduces to the current project.