Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule

Returns a new instance of GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.



3203
3204
3205
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3203

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

Instance Attribute Details

#cloud_providerString

Corresponds to the JSON property cloudProvider

Returns:

  • (String)


3181
3182
3183
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3181

def cloud_provider
  @cloud_provider
end

#custom_configGoogle::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig

Corresponds to the JSON property customConfig



3186
3187
3188
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3186

def custom_config
  @custom_config
end

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


3191
3192
3193
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3191

def display_name
  @display_name
end

#enablement_stateString

Corresponds to the JSON property enablementState

Returns:

  • (String)


3196
3197
3198
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3196

def enablement_state
  @enablement_state
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


3201
3202
3203
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3201

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3208
3209
3210
3211
3212
3213
3214
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3208

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