public sealed class GetSimulationRequest : IMessage<GetSimulationRequest>, IEquatable<GetSimulationRequest>, IDeepCloneable<GetSimulationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class GetSimulationRequest.
Request message for getting simulation.
Simulation name can include "latest" to retrieve the latest simulation
For example, "organizations/123/simulations/latest"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`GetSimulationRequest` is a class within the Security Command Center v2 API used for requesting a simulation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["It offers two constructors: a default one and one that accepts another `GetSimulationRequest` instance for copying."],["It has properties like `Name` which allows you to specify the simulation's name, including using \"latest\" to request the most recent simulation, and `SimulationName`, which provides a typed view of the `Name` property."],["You must provide a simulation name when using this request, following the format `organizations/{organization}/simulations/latest` or `organizations/{organization}/simulations/{simulation}`."]]],[]]