Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/securitySchemeWithProjects.ts>SecuritySchemeWithProjects

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

Details about an issue security scheme.

Properties

optional
defaultLevel: number

The default level ID of the issue security scheme.

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

optional
projectIds: number[]

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

self: string

The URL of the issue security scheme.