Issue security scheme and it's details

interface CreateIssueSecuritySchemeDetails {
    description?: string;
    levels?: Version2.Version2Models.SecuritySchemeLevel[];
    name: string;
}

Hierarchy (view full)

Properties

description?: string

The description of the issue security scheme.

The list of scheme levels which should be added to the security scheme.

name: string

The name of the issue security scheme. Must be unique (case-insensitive).