interface SearchProjectsUsingSecuritySchemes {
    issueSecuritySchemeId?: string[];
    maxResults?: string;
    projectId?: string[];
    startAt?: string;
}

Properties

issueSecuritySchemeId?: string[]

The list of security scheme IDs to be filtered out.

maxResults?: string

The maximum number of items to return per page.

projectId?: string[]

The list of project IDs to be filtered out.

startAt?: string

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