public sealed class GroupMembership : IMessage<GroupMembership>, IEquatable<GroupMembership>, IDeepCloneable<GroupMembership>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 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 latest version of the `GroupMembership` class within the Google Cloud Security Center v1 API is 3.24.0, representing the most up-to-date release of this component."],["This documentation provides reference and code samples for the `GroupMembership` class, which is used to manage groups of related findings in the Google Cloud Security Command Center."],["The `GroupMembership` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support its functionality and integration within the system."],["The class offers two constructors: a default constructor `GroupMembership()` and a copy constructor `GroupMembership(GroupMembership other)` to make it simple to create new and duplicate objects."],["The class contains two main properties, `GroupId` which is a string that defines the Id of a given group, and `GroupType` that determines the type of group it is."]]],[]]