Google Cloud Security Command Center v1 API - Class ListAttackPathsRequest (3.23.0)

public sealed class ListAttackPathsRequest : IPageRequest, IMessage<ListAttackPathsRequest>, IEquatable<ListAttackPathsRequest>, IDeepCloneable<ListAttackPathsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListAttackPathsRequest.

Request message for listing the attack paths for a given simulation or valued resource.

Inheritance

object > ListAttackPathsRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListAttackPathsRequest()

public ListAttackPathsRequest()

ListAttackPathsRequest(ListAttackPathsRequest)

public ListAttackPathsRequest(ListAttackPathsRequest other)
Parameter
Name Description
other ListAttackPathsRequest

Properties

Filter

public string Filter { get; set; }

The filter expression that filters the attack path in the response. Supported fields:

  • valued_resources supports =
Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListAttackPathsResponse; indicates that this is a continuation of a prior ListAttackPaths call, and that the system should return the next page of data.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

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}

Property Value
Type Description
string

ParentAsValuedResourceName

public ValuedResourceName ParentAsValuedResourceName { get; set; }

ValuedResourceName-typed view over the Parent resource name property.

Property Value
Type Description
ValuedResourceName