interface OrgPipelineReleaseSettingsUpdateParameters {
    orgEnforceJobAuthScope?: boolean;
}

Properties

orgEnforceJobAuthScope?: boolean

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