Details about a security scheme.

interface SecurityScheme {
    defaultSecurityLevelId?: number;
    description?: string;
    id?: number;
    levels?: Version3.Version3Models.SecurityLevel[];
    name?: string;
    self?: string;
}

Properties

defaultSecurityLevelId?: number

The ID of the default security level.

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.

self?: string

The URL of the issue security scheme.