public sealed class ListAttackPathsResponse : IPageResponse<AttackPath>, IEnumerable<AttackPath>, IEnumerable, IMessage<ListAttackPathsResponse>, IEquatable<ListAttackPathsResponse>, IDeepCloneable<ListAttackPathsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class ListAttackPathsResponse.
Response message for listing the attack paths for a given simulation or valued resource.
Implements
IPageResponseAttackPath, IEnumerableAttackPath, IEnumerable, IMessageListAttackPathsResponse, IEquatableListAttackPathsResponse, IDeepCloneableListAttackPathsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListAttackPathsResponse()
public ListAttackPathsResponse()ListAttackPathsResponse(ListAttackPathsResponse)
public ListAttackPathsResponse(ListAttackPathsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAttackPathsResponse |
Properties
AttackPaths
public RepeatedField<AttackPath> AttackPaths { get; }The attack paths that the attack path simulation identified.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<AttackPath> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAttackPath |
|