Show / Hide Table of Contents

Class OrganizationsResource.SimulationsResource

The "simulations" collection of methods.

Inheritance
object
OrganizationsResource.SimulationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: organizations/{organization}/simulations/latest organizations/{organization}/simulations/{simulation}

Returns
Type Description
OrganizationsResource.SimulationsResource.GetRequest
In this article
Back to top Generated by DocFX