Class: Google::Cloud::SecurityCenter::V1::ListDescendantSecurityHealthAnalyticsCustomModulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListDescendantSecurityHealthAnalyticsCustomModulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Response message for listing descendant 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 and its descendants.
Instance Attribute Details
#next_page_token ⇒ ::String
If not empty, indicates that there may be more custom modules to be returned.
780 781 782 783 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 780 class ListDescendantSecurityHealthAnalyticsCustomModulesResponse 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 and its descendants.
780 781 782 783 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 780 class ListDescendantSecurityHealthAnalyticsCustomModulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |