Class: Google::Cloud::SecurityCenter::V1::GetSimulationRequest

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

Request message for getting simulation. Simulation name can include "latest" to retrieve the latest simulation For example, "organizations/123/simulations/latest"

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The organization name or simulation name of this simulation

Valid format: organizations/{organization}/simulations/latest organizations/{organization}/simulations/{simulation}.

Returns:

  • (::String)

    Required. The organization name or simulation name of this simulation

    Valid format: organizations/{organization}/simulations/latest organizations/{organization}/simulations/{simulation}



908
909
910
911
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 908

class GetSimulationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end