Required. The name of the principal access boundary policy.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
Optional. A page token, received from a previous
SearchPrincipalAccessBoundaryPolicyBindingsRequest call. Provide this to
retrieve the subsequent page.
When paginating, all other parameters provided to
SearchPrincipalAccessBoundaryPolicyBindingsRequest must match the call
that provided the page token.
[[["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 SearchPrincipalAccessBoundaryPolicyBindingsRequest (1.0.0-beta01)\n\n public sealed class SearchPrincipalAccessBoundaryPolicyBindingsRequest : IPageRequest, IMessage\u003cSearchPrincipalAccessBoundaryPolicyBindingsRequest\u003e, IEquatable\u003cSearchPrincipalAccessBoundaryPolicyBindingsRequest\u003e, IDeepCloneable\u003cSearchPrincipalAccessBoundaryPolicyBindingsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Identity and Access Management (IAM) v3 API class SearchPrincipalAccessBoundaryPolicyBindingsRequest.\n\nRequest message for SearchPrincipalAccessBoundaryPolicyBindings rpc. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchPrincipalAccessBoundaryPolicyBindingsRequest \n\nImplements\n----------\n\n[IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SearchPrincipalAccessBoundaryPolicyBindingsRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchPrincipalAccessBoundaryPolicyBindingsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchPrincipalAccessBoundaryPolicyBindingsRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchPrincipalAccessBoundaryPolicyBindingsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchPrincipalAccessBoundaryPolicyBindingsRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchPrincipalAccessBoundaryPolicyBindingsRequest), [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### SearchPrincipalAccessBoundaryPolicyBindingsRequest()\n\n public SearchPrincipalAccessBoundaryPolicyBindingsRequest()\n\n### SearchPrincipalAccessBoundaryPolicyBindingsRequest(SearchPrincipalAccessBoundaryPolicyBindingsRequest)\n\n public SearchPrincipalAccessBoundaryPolicyBindingsRequest(SearchPrincipalAccessBoundaryPolicyBindingsRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the principal access boundary policy.\nFormat:\n`organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}`\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. The maximum number of policy bindings to return. The service may\nreturn fewer than this value.\n\nIf unspecified, at most 50 policy bindings will be returned.\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A page token, received from a previous\n`SearchPrincipalAccessBoundaryPolicyBindingsRequest` call. Provide this to\nretrieve the subsequent page.\n\nWhen paginating, all other parameters provided to\n`SearchPrincipalAccessBoundaryPolicyBindingsRequest` must match the call\nthat provided the page token.\n\n### PrincipalAccessBoundaryPolicyName\n\n public PrincipalAccessBoundaryPolicyName PrincipalAccessBoundaryPolicyName { get; set; }\n\n[PrincipalAccessBoundaryPolicyName](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PrincipalAccessBoundaryPolicyName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchPrincipalAccessBoundaryPolicyBindingsRequest#Google_Cloud_Iam_V3_SearchPrincipalAccessBoundaryPolicyBindingsRequest_Name) resource name\nproperty."]]