interface DeleteProjectRoleActorsFromRole {
    group?: string;
    groupId?: string;
    id: number;
    user?: string;
}

Properties

Properties

group?: string

The group name of the group to be removed as a default actor.This parameter cannot be used with the groupId parameter. As a group's name can change, use of groupId is recommended.

groupId?: string

The group ID of the group to be removed as a default actor. This parameter cannot be used with the group parameter.

id: number

The ID of the project role. Use Get all project roles to get a list of project role IDs.

user?: string

The user account ID of the user to remove as a default actor.