interface SearchSecuritySchemes {
    id?: string[];
    maxResults?: string;
    projectId?: string[];
    startAt?: string;
}

Properties

id?: string[]

The list of issue security scheme IDs. To include multiple issue security scheme IDs, separate IDs with an ampersand: id=10000&id=10001.

maxResults?: string

The maximum number of items to return per page.

projectId?: string[]

The list of project IDs. To include multiple project IDs, separate IDs with an ampersand: projectId=10000&projectId=10001.

startAt?: string

The index of the first item to return in a page of results (page offset).