Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.
Response message for listing effective Security Health Analytics custom modules.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#effective_security_health_analytics_custom_modules
def effective_security_health_analytics_custom_modules() -> ::Array<::Google::Cloud::SecurityCenter::V1::EffectiveSecurityHealthAnalyticsCustomModule>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::EffectiveSecurityHealthAnalyticsCustomModule>) — Effective custom modules belonging to the requested parent.
#effective_security_health_analytics_custom_modules=
def effective_security_health_analytics_custom_modules=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::EffectiveSecurityHealthAnalyticsCustomModule>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::EffectiveSecurityHealthAnalyticsCustomModule>) — Effective custom modules belonging to the requested parent.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::EffectiveSecurityHealthAnalyticsCustomModule>) — Effective custom modules belonging to the requested parent.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — If not empty, indicates that there may be more effective custom modules to be returned.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — If not empty, indicates that there may be more effective custom modules to be returned.
Returns
- (::String) — If not empty, indicates that there may be more effective custom modules to be returned.