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

    Interface SearchProjectsUsingSecuritySchemes

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

    Properties

    issueSecuritySchemeId?: string[]

    The list of security scheme IDs to be filtered out.

    maxResults?: number

    The maximum number of items to return per page.

    projectId?: string[]

    The list of project IDs to be filtered out.

    startAt?: number

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