Class: Google::Cloud::SecurityCenter::V1::Simulation
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Simulation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/simulation.rb
Overview
Attack path simulation
Instance Attribute Summary collapse
-
#cloud_provider ⇒ ::Google::Cloud::SecurityCenter::V1::CloudProvider
Indicates which cloud provider was used in this simulation.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Full resource name of the Simulation:
organizations/123/simulations/456
. -
#resource_value_configs_metadata ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ResourceValueConfigMetadata>
Resource value configurations' metadata used in this simulation.
Instance Attribute Details
#cloud_provider ⇒ ::Google::Cloud::SecurityCenter::V1::CloudProvider
Returns Indicates which cloud provider was used in this simulation.
39 40 41 42 |
# File 'proto_docs/google/cloud/securitycenter/v1/simulation.rb', line 39 class Simulation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time simulation was created.
39 40 41 42 |
# File 'proto_docs/google/cloud/securitycenter/v1/simulation.rb', line 39 class Simulation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Full resource name of the Simulation:
organizations/123/simulations/456
.
39 40 41 42 |
# File 'proto_docs/google/cloud/securitycenter/v1/simulation.rb', line 39 class Simulation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_value_configs_metadata ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ResourceValueConfigMetadata>
Returns Resource value configurations' metadata used in this simulation. Maximum of 100.
39 40 41 42 |
# File 'proto_docs/google/cloud/securitycenter/v1/simulation.rb', line 39 class Simulation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |