groupMemberships property

List<GroupMembership>? groupMemberships
getter/setter pair

Contains details about groups of which this finding is a member.

A group is a collection of findings that are related in some way. This field cannot be updated. Its value is ignored in all update requests.

Implementation

core.List<GroupMembership>? groupMemberships;