Interface AssociateSecuritySchemeWithProjectDetails

Issue security scheme, project, and remapping details.

interface AssociateSecuritySchemeWithProjectDetails {
    oldToNewSecurityLevelMappings?: OldToNewSecurityLevelMappingsBean[];
    projectId: string;
    schemeId: string;
}

Properties

oldToNewSecurityLevelMappings?: OldToNewSecurityLevelMappingsBean[]

The list of scheme levels which should be remapped to new levels of the issue security scheme.

projectId: string

The ID of the project.

schemeId: string

The ID of the issue security scheme. Providing null will clear the association with the issue security scheme.