Class: Google::Apis::SecuritycenterV1::ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb

Overview

Response message for listing effective Security Health Analytics custom modules.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

Returns a new instance of ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.



8457
8458
8459
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8457

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#effective_security_health_analytics_custom_modulesArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule>

Effective custom modules belonging to the requested parent. Corresponds to the JSON property effectiveSecurityHealthAnalyticsCustomModules



8449
8450
8451
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8449

def effective_security_health_analytics_custom_modules
  @effective_security_health_analytics_custom_modules
end

#next_page_tokenString

If not empty, indicates that there may be more effective custom modules to be returned. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


8455
8456
8457
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8455

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8462
8463
8464
8465
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8462

def update!(**args)
  @effective_security_health_analytics_custom_modules = args[:effective_security_health_analytics_custom_modules] if args.key?(:effective_security_health_analytics_custom_modules)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end