Class: Google::Cloud::SecurityCenterManagement::V1::CustomConfig::ResourceSelector

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

Overview

Resource for selecting resource type.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_types::Array<::String>

Returns Optional. The resource types to run the detector on.

Returns:

  • (::Array<::String>)

    Optional. The resource types to run the detector on.



348
349
350
351
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 348

class ResourceSelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end