Class: Google::Cloud::SecurityCenter::V1::ListSecurityHealthAnalyticsCustomModulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListSecurityHealthAnalyticsCustomModulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Response message for listing Security Health Analytics custom modules.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If not empty, indicates that there may be more custom modules to be returned.
-
#security_health_analytics_custom_modules ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule>
Custom modules belonging to the requested parent.
Instance Attribute Details
#next_page_token ⇒ ::String
If not empty, indicates that there may be more custom modules to be returned.
1057 1058 1059 1060 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1057 class ListSecurityHealthAnalyticsCustomModulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_health_analytics_custom_modules ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule>
Returns Custom modules belonging to the requested parent.
1057 1058 1059 1060 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1057 class ListSecurityHealthAnalyticsCustomModulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |