Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudSecuritycenterV2GroupMembership
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX