Issue security level member.

interface IssueSecurityLevelMember {
    holder: PermissionHolder;
    id: number;
    issueSecurityLevelId: number;
}

Properties

The user or group being granted the permission. It consists of a type and a type-dependent parameter. See Holder object in Get all permission schemes for more information.

id: number

The ID of the issue security level member.

issueSecurityLevelId: number

The ID of the issue security level.