Details of issue security scheme level.

interface UpdateIssueSecurityLevelDetails {
    description?: string;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

The description of the issue security scheme level.

name?: string

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