Class: Google::Cloud::SecurityCenter::V1::GroupMembership

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/group_membership.rb

Overview

Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way.

Defined Under Namespace

Modules: GroupType

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns ID of the group.

Returns:

  • (::String)

    ID of the group.



32
33
34
35
36
37
38
39
40
41
42
43
44
# File 'proto_docs/google/cloud/securitycenter/v1/group_membership.rb', line 32

class GroupMembership
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible types of groups.
  module GroupType
    # Default value.
    GROUP_TYPE_UNSPECIFIED = 0

    # Group represents a toxic combination.
    GROUP_TYPE_TOXIC_COMBINATION = 1
  end
end

#group_type::Google::Cloud::SecurityCenter::V1::GroupMembership::GroupType

Returns Type of group.



32
33
34
35
36
37
38
39
40
41
42
43
44
# File 'proto_docs/google/cloud/securitycenter/v1/group_membership.rb', line 32

class GroupMembership
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible types of groups.
  module GroupType
    # Default value.
    GROUP_TYPE_UNSPECIFIED = 0

    # Group represents a toxic combination.
    GROUP_TYPE_TOXIC_COMBINATION = 1
  end
end