Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ListDescendantSecurityHealthAnalyticsCustomModulesResponse.
Response message for listing descendant Security Health Analytics custom modules.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String Returns 
 - (::String) — If not empty, indicates that there may be more 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 custom modules to be returned.
 Returns 
 - (::String) — If not empty, indicates that there may be more custom modules to be returned.
#security_health_analytics_custom_modules
def security_health_analytics_custom_modules() -> ::Array<::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule> Returns 
 - (::Array<::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule>) — Custom modules belonging to the requested parent and its descendants.
#security_health_analytics_custom_modules=
def security_health_analytics_custom_modules=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule> Parameter 
 - value (::Array<::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule>) — Custom modules belonging to the requested parent and its descendants.
 Returns 
 - (::Array<::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule>) — Custom modules belonging to the requested parent and its descendants.