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-04-17 UTC."],[[["The `GroupMembership` class in the Security Command Center v2 API provides details about the groups to which a finding belongs, where a group is a collection of related findings."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GroupMembership` class offers two constructors: a default constructor and one that takes another `GroupMembership` instance as a parameter."],["The class includes two properties: `GroupId`, a string representing the ID of the group, and `GroupType`, which specifies the type of the group."],["The class is contained within the namespace `Google.Cloud.SecurityCenter.V2` and is within the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]