Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#cloud_provider ⇒ String
Corresponds to the JSON property
cloudProvider. -
#custom_config ⇒ Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig
Corresponds to the JSON property
customConfig. -
#display_name ⇒ String
Corresponds to the JSON property
displayName. -
#enablement_state ⇒ String
Corresponds to the JSON property
enablementState. -
#name ⇒ String
Corresponds to the JSON property
name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
constructor
A new instance of GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
Returns a new instance of GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.
3197 3198 3199 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3197 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_provider ⇒ String
Corresponds to the JSON property cloudProvider
3175 3176 3177 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3175 def cloud_provider @cloud_provider end |
#custom_config ⇒ Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig
Corresponds to the JSON property customConfig
3180 3181 3182 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3180 def custom_config @custom_config end |
#display_name ⇒ String
Corresponds to the JSON property displayName
3185 3186 3187 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3185 def display_name @display_name end |
#enablement_state ⇒ String
Corresponds to the JSON property enablementState
3190 3191 3192 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3190 def enablement_state @enablement_state end |
#name ⇒ String
Corresponds to the JSON property name
3195 3196 3197 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3195 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3202 3203 3204 3205 3206 3207 3208 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3202 def update!(**args) @cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider) @custom_config = args[:custom_config] if args.key?(:custom_config) @display_name = args[:display_name] if args.key?(:display_name) @enablement_state = args[:enablement_state] if args.key?(:enablement_state) @name = args[:name] if args.key?(:name) end |