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

    Interface SecuritySchemeWithProjects

    Details about an issue security scheme.

    interface SecuritySchemeWithProjects {
        defaultLevel?: number;
        description?: string;
        id: number;
        name: string;
        projectIds?: number[];
        self: string;
    }
    Index

    Properties

    defaultLevel?: number

    The default level ID of the issue security scheme.

    description?: string

    The description of the issue security scheme.

    id: number

    The ID of the issue security scheme.

    name: string

    The name of the issue security scheme.

    projectIds?: number[]

    The list of project IDs associated with the issue security scheme.

    self: string

    The URL of the issue security scheme.