interface SecurityLevelMemberPayload {
    parameter?: string;
    type?: "group" | "users" | "reporter";
}

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?: "group" | "users" | "reporter"

The type of the security level member