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

    Interface RestrictedPermission

    Details of the permission.

    interface RestrictedPermission {
        id?: string;
        key?: string;
    }
    Index

    Properties

    Properties

    id?: string

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

    key?: string

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