Class GoogleCloudSecuritycenterV2GroupMembership
Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2GroupMembership : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupId
ID of the group.
Declaration
[JsonProperty("groupId")]
public virtual string GroupId { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupType
Type of group.
Declaration
[JsonProperty("groupType")]
public virtual string GroupType { get; set; }
Property Value
Type | Description |
---|---|
string |