Required. The parent resource where this search will be performed. This
should be the nearest Resource Manager resource (project, folder, or
organization) to the target.
[[["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 SearchTargetPolicyBindingsRequest (1.0.0-beta01)\n\n public sealed class SearchTargetPolicyBindingsRequest : IPageRequest, IMessage\u003cSearchTargetPolicyBindingsRequest\u003e, IEquatable\u003cSearchTargetPolicyBindingsRequest\u003e, IDeepCloneable\u003cSearchTargetPolicyBindingsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Identity and Access Management (IAM) v3 API class SearchTargetPolicyBindingsRequest.\n\nRequest message for SearchTargetPolicyBindings method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchTargetPolicyBindingsRequest \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)[SearchTargetPolicyBindingsRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchTargetPolicyBindingsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchTargetPolicyBindingsRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchTargetPolicyBindingsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchTargetPolicyBindingsRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchTargetPolicyBindingsRequest), [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### SearchTargetPolicyBindingsRequest()\n\n public SearchTargetPolicyBindingsRequest()\n\n### SearchTargetPolicyBindingsRequest(SearchTargetPolicyBindingsRequest)\n\n public SearchTargetPolicyBindingsRequest(SearchTargetPolicyBindingsRequest other)\n\nProperties\n----------\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`SearchTargetPolicyBindingsRequest` call. Provide this to retrieve the\nsubsequent page.\n\nWhen paginating, all other parameters provided to\n`SearchTargetPolicyBindingsRequest` must match the call that provided the\npage token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent resource where this search will be performed. This\nshould be the nearest Resource Manager resource (project, folder, or\norganization) to the target.\n\nFormat:\n\n- `projects/{project_id}/locations/{location}`\n- `projects/{project_number}/locations/{location}`\n- `folders/{folder_id}/locations/{location}`\n- `organizations/{organization_id}/locations/{location}`\n\n### ParentAsFolderLocationName\n\n public FolderLocationName ParentAsFolderLocationName { get; set; }\n\n[FolderLocationName](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.FolderLocationName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchTargetPolicyBindingsRequest#Google_Cloud_Iam_V3_SearchTargetPolicyBindingsRequest_Parent) resource name property.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchTargetPolicyBindingsRequest#Google_Cloud_Iam_V3_SearchTargetPolicyBindingsRequest_Parent) resource name property.\n\n### ParentAsOrganizationLocationName\n\n public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }\n\n[OrganizationLocationName](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.OrganizationLocationName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchTargetPolicyBindingsRequest#Google_Cloud_Iam_V3_SearchTargetPolicyBindingsRequest_Parent) resource name property.\n\n### ParentAsResourceName\n\n public IResourceName ParentAsResourceName { get; set; }\n\n[IResourceName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.IResourceName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.SearchTargetPolicyBindingsRequest#Google_Cloud_Iam_V3_SearchTargetPolicyBindingsRequest_Parent) resource name property.\n\n### Target\n\n public string Target { get; set; }\n\nRequired. The target resource, which is bound to the policy in the binding.\n\nFormat:\n\n- `//iam.googleapis.com/locations/global/workforcePools/POOL_ID`\n- `//iam.googleapis.com/projects/PROJECT_NUMBER/locations/global/workloadIdentityPools/POOL_ID`\n- `//iam.googleapis.com/locations/global/workspace/WORKSPACE_ID`\n- `//cloudresourcemanager.googleapis.com/projects/{project_number}`\n- `//cloudresourcemanager.googleapis.com/folders/{folder_id}`\n- `//cloudresourcemanager.googleapis.com/organizations/{organization_id}`"]]