Show / Hide Table of Contents

Class OrganizationsResource.SimulationsResource.AttackPathsResource

The "attackPaths" collection of methods.

Inheritance
object
OrganizationsResource.SimulationsResource.AttackPathsResource
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.AttackPathsResource

Constructors

AttackPathsResource(IClientService)

Constructs a new resource.

Declaration
public AttackPathsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists the attack paths for a set of simulation results or valued resources and filter.

Declaration
public virtual OrganizationsResource.SimulationsResource.AttackPathsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of parent to list attack paths. Valid formats: organizations/{organization}, organizations/{organization}/simulations/{simulation} organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2} organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}

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