Details of issue security scheme level new members.

interface AddSecurityLevelMembers {
    levelId: string;
    members: Version2.Version2Models.SecuritySchemeLevelMember[];
    schemeId: string;
}

Hierarchy (view full)

Properties

levelId: string

The ID of the issue security level.

The list of level members which should be added to the issue security scheme level.

schemeId: string

The ID of the issue security scheme.