[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListAttackPathsResponse\u003c/code\u003e class is a part of the Security Command Center v2 API, providing a response message for listing attack paths.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling it to handle paged responses and various data interactions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListAttackPathsResponse\u003c/code\u003e class has a constructor and also includes a property called \u003ccode\u003eAttackPaths\u003c/code\u003e, which contains a list of attack paths identified by the simulation.\u003c/p\u003e\n"],["\u003cp\u003eThe class also possesses a \u003ccode\u003eNextPageToken\u003c/code\u003e property that is a string used for pagination, allowing the retrieval of subsequent pages of results if available.\u003c/p\u003e\n"],["\u003cp\u003eIt also implements a \u003ccode\u003eGetEnumerator\u003c/code\u003e method which allows the iteration of the resources within the response.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ListAttackPathsResponse (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListAttackPathsResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ListAttackPathsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ListAttackPathsResponse) \n\n public sealed class ListAttackPathsResponse : IPageResponse\u003cAttackPath\u003e, IEnumerable\u003cAttackPath\u003e, IEnumerable, IMessage\u003cListAttackPathsResponse\u003e, IEquatable\u003cListAttackPathsResponse\u003e, IDeepCloneable\u003cListAttackPathsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ListAttackPathsResponse.\n\nResponse message for listing the attack paths for a given simulation or\nvalued resource. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListAttackPathsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[AttackPath](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AttackPath), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[AttackPath](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AttackPath), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListAttackPathsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListAttackPathsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListAttackPathsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListAttackPathsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListAttackPathsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListAttackPathsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### ListAttackPathsResponse()\n\n public ListAttackPathsResponse()\n\n### ListAttackPathsResponse(ListAttackPathsResponse)\n\n public ListAttackPathsResponse(ListAttackPathsResponse other)\n\nProperties\n----------\n\n### AttackPaths\n\n public RepeatedField\u003cAttackPath\u003e AttackPaths { get; }\n\nThe attack paths that the attack path simulation identified.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nToken to retrieve the next page of results, or empty if there are no more\nresults.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cAttackPath\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]