Details of an issue level security item.

interface SecurityLevel {
    description?: string;
    id?: string;
    isDefault?: boolean;
    issueSecuritySchemeId?: string;
    name?: string;
    self?: string;
}

Properties

description?: string

The description of the issue level security item.

id?: string

The ID of the issue level security item.

isDefault?: boolean

Whether the issue level security item is the default.

issueSecuritySchemeId?: string

The ID of the issue level security scheme.

name?: string

The name of the issue level security item.

self?: string

The URL of the issue level security item.