Class: Google::Cloud::SecurityCenterManagement::V1::ListDescendantEventThreatDetectionCustomModulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::ListDescendantEventThreatDetectionCustomModulesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb
Overview
Request message for SecurityCenterManagement.ListDescendantEventThreatDetectionCustomModules.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of modules to return. The service may return fewer than this value. If unspecified, at most 10 configs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1029 class ListDescendantEventThreatDetectionCustomModulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A pagination token returned from a previous request. Provide this token to retrieve the next page of results.
When paginating, the rest of the request must match the request that generated the page token.
1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1029 class ListDescendantEventThreatDetectionCustomModulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of parent to list custom modules, in one of the following formats:
organizations/{organization}/locations/{location}
folders/{folder}/locations/{location}
projects/{project}/locations/{location}
.
1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1029 class ListDescendantEventThreatDetectionCustomModulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |