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

x/jira/src/version2/models/permissionHolder.ts>PermissionHolder

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

Details of a user, group, field, or project role that holds a permission. See Holder object in Get all permission schemes for more information.

Properties

optional
expand: string

Expand options that include additional permission holder details in the response.

optional
parameter: string

As a group's name can change, use of value is recommended. The identifier associated withthe type value that defines the holder of the permission.

type: string

The type of permission holder.

optional
value: string

The identifier associated with the type value that defines the holder of the permission.