Google Cloud Security Command Center V2 Client - Class GroupMembership (1.29.0)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client 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.

Generated from protobuf message google.cloud.securitycenter.v2.GroupMembership

Namespace

Google \ Cloud \ SecurityCenter \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ group_type int

Type of group.

↳ group_id string

ID of the group.

getGroupType

Type of group.

Returns
Type Description
int

setGroupType

Type of group.

Parameter
Name Description
var int
Returns
Type Description
$this

getGroupId

ID of the group.

Returns
Type Description
string

setGroupId

ID of the group.

Parameter
Name Description
var string
Returns
Type Description
$this