[[["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."],[],[],null,["# Identity and Access Management (IAM) v3 API - Class ListPrincipalAccessBoundaryPoliciesResponse (1.0.0-beta01)\n\n public sealed class ListPrincipalAccessBoundaryPoliciesResponse : IPageResponse\u003cPrincipalAccessBoundaryPolicy\u003e, IEnumerable\u003cPrincipalAccessBoundaryPolicy\u003e, IEnumerable, IMessage\u003cListPrincipalAccessBoundaryPoliciesResponse\u003e, IEquatable\u003cListPrincipalAccessBoundaryPoliciesResponse\u003e, IDeepCloneable\u003cListPrincipalAccessBoundaryPoliciesResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Identity and Access Management (IAM) v3 API class ListPrincipalAccessBoundaryPoliciesResponse.\n\nResponse message for ListPrincipalAccessBoundaryPolicies method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListPrincipalAccessBoundaryPoliciesResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[PrincipalAccessBoundaryPolicy](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PrincipalAccessBoundaryPolicy), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[PrincipalAccessBoundaryPolicy](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PrincipalAccessBoundaryPolicy), [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)[ListPrincipalAccessBoundaryPoliciesResponse](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.ListPrincipalAccessBoundaryPoliciesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListPrincipalAccessBoundaryPoliciesResponse](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.ListPrincipalAccessBoundaryPoliciesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListPrincipalAccessBoundaryPoliciesResponse](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.ListPrincipalAccessBoundaryPoliciesResponse), [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.Iam.V3](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3)\n\nAssembly\n--------\n\nGoogle.Cloud.Iam.V3.dll\n\nConstructors\n------------\n\n### ListPrincipalAccessBoundaryPoliciesResponse()\n\n public ListPrincipalAccessBoundaryPoliciesResponse()\n\n### ListPrincipalAccessBoundaryPoliciesResponse(ListPrincipalAccessBoundaryPoliciesResponse)\n\n public ListPrincipalAccessBoundaryPoliciesResponse(ListPrincipalAccessBoundaryPoliciesResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nOptional. A token, which can be sent as `page_token` to retrieve the next\npage. If this field is omitted, there are no subsequent pages.\n\n### PrincipalAccessBoundaryPolicies\n\n public RepeatedField\u003cPrincipalAccessBoundaryPolicy\u003e PrincipalAccessBoundaryPolicies { get; }\n\nThe principal access boundary policies from the specified parent.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cPrincipalAccessBoundaryPolicy\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]