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

x/jira/src/version3/models/restrictedPermission.ts>RestrictedPermission

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

Details of the permission.

Properties

optional
id: string

The ID of the permission. Either id or key must be specified. Use Get all permissions to get the list of permissions.

optional
key: string

The key of the permission. Either id or key must be specified. Use Get all permissions to get the list of permissions.