Details about an issue security scheme.

interface SecuritySchemeWithProjects {
    defaultLevel?: number;
    description?: string;
    id: number;
    name: string;
    projectIds?: number[];
    self: string;
}

Properties

defaultLevel?: number

The default level ID of the issue security scheme.

description?: string

The description of the issue security scheme.

id: number

The ID of the issue security scheme.

name: string

The name of the issue security scheme.

projectIds?: number[]

The list of project IDs associated with the issue security scheme.

self: string

The URL of the issue security scheme.