interface RemoveMemberFromSecurityLevel {
    levelId: string;
    memberId: string;
    schemeId: string;
}

Properties

levelId: string

The ID of the issue security level.

memberId: string

The ID of the issue security level member to be removed.

schemeId: string

The ID of the issue security scheme.