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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eGetSimulationRequest\u003c/code\u003e is a class within the Security Command Center v2 API used for requesting a simulation.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors: a default one and one that accepts another \u003ccode\u003eGetSimulationRequest\u003c/code\u003e instance for copying.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties like \u003ccode\u003eName\u003c/code\u003e which allows you to specify the simulation's name, including using "latest" to request the most recent simulation, and \u003ccode\u003eSimulationName\u003c/code\u003e, which provides a typed view of the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eYou must provide a simulation name when using this request, following the format \u003ccode\u003eorganizations/{organization}/simulations/latest\u003c/code\u003e or \u003ccode\u003eorganizations/{organization}/simulations/{simulation}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]