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

    Interface UpdateIssueSecurityScheme

    interface UpdateIssueSecurityScheme {
        description?: string;
        id: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description?: string

    The description of the security scheme.

    id: string

    The ID of the issue security scheme.

    name?: string

    The name of the security scheme. Must be unique.