Class: Google::Cloud::SecurityCenterManagement::V1::ListSecurityHealthAnalyticsCustomModulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::ListSecurityHealthAnalyticsCustomModulesRequest
- 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.ListSecurityHealthAnalyticsCustomModules.
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 results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
393 394 395 396 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 393 class ListSecurityHealthAnalyticsCustomModulesRequest 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.
393 394 395 396 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 393 class ListSecurityHealthAnalyticsCustomModulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of the parent organization, folder, or project in which to list custom modules, in one of the following formats:
organizations/{organization}/locations/{location}
folders/{folder}/locations/{location}
projects/{project}/locations/{location}
.
393 394 395 396 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 393 class ListSecurityHealthAnalyticsCustomModulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |