public sealed class Simulation : IMessage<Simulation>, IEquatable<Simulation>, IDeepCloneable<Simulation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Simulation.
Attack path simulation
Implements
IMessageSimulation, IEquatableSimulation, IDeepCloneableSimulation, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Simulation()
public Simulation()
Simulation(Simulation)
public Simulation(Simulation other)
Parameter | |
---|---|
Name | Description |
other |
Simulation |
Properties
CloudProvider
public CloudProvider CloudProvider { get; set; }
Indicates which cloud provider was used in this simulation.
Property Value | |
---|---|
Type | Description |
CloudProvider |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Time simulation was created
Property Value | |
---|---|
Type | Description |
Timestamp |
Name
public string Name { get; set; }
Full resource name of the Simulation:
organizations/123/simulations/456
Property Value | |
---|---|
Type | Description |
string |
ResourceValueConfigsMetadata
public RepeatedField<ResourceValueConfigMetadata> ResourceValueConfigsMetadata { get; }
Resource value configurations' metadata used in this simulation. Maximum of 100.
Property Value | |
---|---|
Type | Description |
RepeatedFieldResourceValueConfigMetadata |
SimulationName
public SimulationName SimulationName { get; set; }
SimulationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SimulationName |