Identity and Access Management (IAM) v3 API - Class SearchPrincipalAccessBoundaryPolicyBindingsResponse (1.0.0-beta01)
public sealed class SearchPrincipalAccessBoundaryPolicyBindingsResponse : IPageResponse<PolicyBinding>, IEnumerable<PolicyBinding>, IEnumerable, IMessage<SearchPrincipalAccessBoundaryPolicyBindingsResponse>, IEquatable<SearchPrincipalAccessBoundaryPolicyBindingsResponse>, IDeepCloneable<SearchPrincipalAccessBoundaryPolicyBindingsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v3 API class SearchPrincipalAccessBoundaryPolicyBindingsResponse.
Response message for SearchPrincipalAccessBoundaryPolicyBindings rpc.
[[["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 SearchPrincipalAccessBoundaryPolicyBindingsResponse (1.0.0-beta01)\n\n public sealed class SearchPrincipalAccessBoundaryPolicyBindingsResponse : IPageResponse\u003cPolicyBinding\u003e, IEnumerable\u003cPolicyBinding\u003e, IEnumerable, IMessage\u003cSearchPrincipalAccessBoundaryPolicyBindingsResponse\u003e, IEquatable\u003cSearchPrincipalAccessBoundaryPolicyBindingsResponse\u003e, IDeepCloneable\u003cSearchPrincipalAccessBoundaryPolicyBindingsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Identity and Access Management (IAM) v3 API class SearchPrincipalAccessBoundaryPolicyBindingsResponse.\n\nResponse message for SearchPrincipalAccessBoundaryPolicyBindings rpc. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchPrincipalAccessBoundaryPolicyBindingsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[PolicyBinding](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PolicyBinding), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[PolicyBinding](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PolicyBinding), [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)[SearchPrincipalAccessBoundaryPolicyBindingsResponse](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchPrincipalAccessBoundaryPolicyBindingsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchPrincipalAccessBoundaryPolicyBindingsResponse](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchPrincipalAccessBoundaryPolicyBindingsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchPrincipalAccessBoundaryPolicyBindingsResponse](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchPrincipalAccessBoundaryPolicyBindingsResponse), [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### SearchPrincipalAccessBoundaryPolicyBindingsResponse()\n\n public SearchPrincipalAccessBoundaryPolicyBindingsResponse()\n\n### SearchPrincipalAccessBoundaryPolicyBindingsResponse(SearchPrincipalAccessBoundaryPolicyBindingsResponse)\n\n public SearchPrincipalAccessBoundaryPolicyBindingsResponse(SearchPrincipalAccessBoundaryPolicyBindingsResponse 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### PolicyBindings\n\n public RepeatedField\u003cPolicyBinding\u003e PolicyBindings { get; }\n\nThe policy bindings that reference the specified policy.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cPolicyBinding\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]