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."],[[["The `GetSimulationRequest` class is used to request a simulation from the Security Command Center v2 API, and it supports retrieving the latest simulation."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `Name` property, which is required, is a string that can represent either the organization name or a specific simulation name and supports a \"latest\" tag."],["The `SimulationName` property provides a typed view of the `Name` property, offering a more structured way to access the resource name."],["Two constructors are available: a default constructor and one that accepts another `GetSimulationRequest` object for copying."]]],[]]