Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ListSecurityHealthAnalyticsCustomModulesResponse.
Response message for listing Security Health Analytics custom modules.
Inherits
- Object
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.
#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.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule>) — Custom modules belonging to the requested parent.