public sealed class GroupMembership : IMessage<GroupMembership>, IEquatable<GroupMembership>, IDeepCloneable<GroupMembership>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class GroupMembership.
Contains details about groups of which this finding is a member. A group is a
collection of findings that are related in some way.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GroupMembership` class in the Security Command Center v2 API provides details about a finding's membership in groups, which are collections of related findings."],["This class is part of the `Google.Cloud.SecurityCenter.V2` namespace and is implemented in the `Google.Cloud.SecurityCenter.V2.dll` assembly."],["`GroupMembership` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes properties like `GroupId` (a string representing the group's ID) and `GroupType` (specifying the type of group), allowing access and modification of group-related information."],["There are two versions, 1.1.0 and 1.0.0, of the `GroupMembership` class that are available."]]],[]]