Security Command Center v2 API - Class ListAttackPathsResponse (1.0.0-beta01)

public sealed class ListAttackPathsResponse : IPageResponse<AttackPath>, IEnumerable<AttackPath>, IEnumerable, IMessage<ListAttackPathsResponse>, IEquatable<ListAttackPathsResponse>, IDeepCloneable<ListAttackPathsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class ListAttackPathsResponse.

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

Inheritance

object > ListAttackPathsResponse

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ListAttackPathsResponse()

public ListAttackPathsResponse()

ListAttackPathsResponse(ListAttackPathsResponse)

public ListAttackPathsResponse(ListAttackPathsResponse other)
Parameter
NameDescription
otherListAttackPathsResponse

Properties

AttackPaths

public RepeatedField<AttackPath> AttackPaths { get; }

The attack paths that the attack path simulation identified.

Property Value
TypeDescription
RepeatedFieldAttackPath

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AttackPath> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAttackPath