Details of an issue level security item.

interface SecurityLevel {
    description?: string;
    id?: 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.

name?: string

The name of the issue level security item.

self?: string

The URL of the issue level security item.