interface SecurityLevelPayload {
    description?: string;
    isDefault?: boolean;
    name?: string;
    securityLevelMembers?: SecurityLevelMemberPayload[];
}

Properties

description?: string

The description of the security level

Newlycreated issue security level
isDefault?: boolean

Whether the security level is default for the security scheme

name?: string

The name of the security level

NewSecurity Level
securityLevelMembers?: SecurityLevelMemberPayload[]

The members of the security level