Jira.js - Jira Cloud API library
    Preparing search index...

    Interface SearchSecuritySchemes

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

    Properties

    id?: string | 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?: number

    The maximum number of items to return per page.

    projectId?: string | string[]

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

    startAt?: number

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