Details of issue security scheme level.

interface UpdateSecurityLevel {
    description?: string;
    levelId: string;
    name?: string;
    schemeId: string;
}

Hierarchy (view full)

Properties

description?: string

The description of the issue security scheme level.

levelId: string

The ID of the issue security level to update.

name?: string

The name of the issue security scheme level. Must be unique.

schemeId: string

The ID of the issue security scheme level belongs to.