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

    Interface SecurityLevelPayload

    interface SecurityLevelPayload {
        description?: string;
        isDefault?: boolean;
        name?: string;
        securityLevelMembers?: Version3Models.SecurityLevelMemberPayload[];
    }
    Index

    Properties

    description?: string

    The description of the security level

    isDefault?: boolean

    Whether the security level is default for the security scheme

    name?: string

    The name of the security level

    The members of the security level