Class: Google::Cloud::SecurityCenter::V1::SimulateSecurityHealthAnalyticsCustomModuleResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb

Overview

Response message for simulating a SecurityHealthAnalyticsCustomModule against a given resource.

Defined Under Namespace

Classes: SimulatedResult

Instance Attribute Summary collapse

Instance Attribute Details

#result::Google::Cloud::SecurityCenter::V1::SimulateSecurityHealthAnalyticsCustomModuleResponse::SimulatedResult

Returns Result for test case in the corresponding request.



1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1366

class SimulateSecurityHealthAnalyticsCustomModuleResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible test result.
  # @!attribute [rw] finding
  #   @return [::Google::Cloud::SecurityCenter::V1::Finding]
  #     Finding that would be published for the test case,
  #     if a violation is detected.
  # @!attribute [rw] no_violation
  #   @return [::Google::Protobuf::Empty]
  #     Indicates that the test case does not trigger any violation.
  # @!attribute [rw] error
  #   @return [::Google::Rpc::Status]
  #     Error encountered during the test.
  class SimulatedResult
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end