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