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

    Interface SecurityLevelMemberPayload

    interface SecurityLevelMemberPayload {
        parameter?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    parameter?: string

    Defines the value associated with the type. For reporter this would be {"null"}; for users this would be the names of specific users); for group this would be group names like {"administrators", "jira-administrators", "jira-users"}

    type?: string

    The type of the security level member