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

    Interface SecuritySchemeLevel

    interface SecuritySchemeLevel {
        description?: string;
        isDefault?: boolean;
        members?: Version3Models.SecuritySchemeLevelMember[];
        name: string;
    }
    Index

    Properties

    description?: string

    The description of the issue security scheme level.

    isDefault?: boolean

    Specifies whether the level is the default level. False by default.

    The list of level members which should be added to the issue security scheme level.

    name: string

    The name of the issue security scheme level. Must be unique.