Details of the group associated with the role.

interface ProjectRoleGroup {
    displayName?: string;
    groupId?: string;
    name?: string;
}

Properties

displayName?: string

The display name of the group.

groupId?: string

The ID of the group.

name?: string

The name of the group. As a group's name can change, use of groupId is recommended to identify the group.