Details of issue security scheme level.

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

Hierarchy

  • Record<string, unknown>
    • UpdateIssueSecurityLevelDetails

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.