Class: Google::Cloud::SecurityCenterManagement::V1::CustomConfig::ResourceSelector
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::CustomConfig::ResourceSelector
- 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
-
#resource_types ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#resource_types ⇒ ::Array<::String>
Returns 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 |