interface AddSecurityLevel {
    levels: Version2.Version2Models.SecuritySchemeLevel[];
    schemeId: string;
}

Hierarchy (view full)

Properties

Properties

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

schemeId: string

The ID of the issue security scheme.