Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/searchSecuritySchemes.ts>SearchSecuritySchemes

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface SearchSecuritySchemes
import { type SearchSecuritySchemes } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/searchSecuritySchemes.ts";

Properties

optional
startAt: string

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

optional
maxResults: string

The maximum number of items to return per page.

optional
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.

optional
projectId: string[]

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