Class OrganizationsResource.SimulationsResource
The "simulations" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.SimulationsResource
Constructors
SimulationsResource(IClientService)
Constructs a new resource.
Declaration
public SimulationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
AttackExposureResults
Gets the AttackExposureResults resource.
Declaration
public virtual OrganizationsResource.SimulationsResource.AttackExposureResultsResource AttackExposureResults { get; }
Property Value
| Type | Description |
|---|---|
| OrganizationsResource.SimulationsResource.AttackExposureResultsResource |
AttackPaths
Gets the AttackPaths resource.
Declaration
public virtual OrganizationsResource.SimulationsResource.AttackPathsResource AttackPaths { get; }
Property Value
| Type | Description |
|---|---|
| OrganizationsResource.SimulationsResource.AttackPathsResource |
ValuedResources
Gets the ValuedResources resource.
Declaration
public virtual OrganizationsResource.SimulationsResource.ValuedResourcesResource ValuedResources { get; }
Property Value
| Type | Description |
|---|---|
| OrganizationsResource.SimulationsResource.ValuedResourcesResource |
Methods
Get(string)
Get the simulation by name or the latest simulation for the given organization.
Declaration
public virtual OrganizationsResource.SimulationsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The organization name or simulation name of this simulation Valid format:
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.SimulationsResource.GetRequest |