Required. The resource that the policy is attached to, along with the kind of policy
to list. Format:
policies/{attachment_point}/denypolicies
The attachment point is identified by its URL-encoded full resource name,
which means that the forward-slash character, /, must be written as
%2F. For example,
policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies.
For organizations and folders, use the numeric ID in the full resource
name. For projects, you can use the alphanumeric or the numeric ID.
[[["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\u003eListPoliciesRequest\u003c/code\u003e class is part of the Google Cloud Identity and Access Management (IAM) v2 API, specifically designed for listing policies.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIPageRequest\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities for handling requests.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API class is 1.3.0, but also contains the classes 1.2.0, 1.1.0, and 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListPoliciesRequest\u003c/code\u003e includes properties like \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, which are essential for controlling the number of policies returned and navigating through paginated results.\u003c/p\u003e\n"],["\u003cp\u003eThe Parent property requires a specific URL-encoded format to identify the resource and policy type you want to list.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Identity and Access Management (IAM) v2 API - Class ListPoliciesRequest (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Iam.V2/latest/Google.Cloud.Iam.V2.ListPoliciesRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Iam.V2/1.2.0/Google.Cloud.Iam.V2.ListPoliciesRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Iam.V2/1.1.0/Google.Cloud.Iam.V2.ListPoliciesRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Iam.V2/1.0.0/Google.Cloud.Iam.V2.ListPoliciesRequest) \n\n public sealed class ListPoliciesRequest : IPageRequest, IMessage\u003cListPoliciesRequest\u003e, IEquatable\u003cListPoliciesRequest\u003e, IDeepCloneable\u003cListPoliciesRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v2 API class ListPoliciesRequest.\n\nRequest message for `ListPolicies`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListPoliciesRequest \n\nImplements\n----------\n\n[IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListPoliciesRequest](/dotnet/docs/reference/Google.Cloud.Iam.V2/latest/Google.Cloud.Iam.V2.ListPoliciesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListPoliciesRequest](/dotnet/docs/reference/Google.Cloud.Iam.V2/latest/Google.Cloud.Iam.V2.ListPoliciesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListPoliciesRequest](/dotnet/docs/reference/Google.Cloud.Iam.V2/latest/Google.Cloud.Iam.V2.ListPoliciesRequest), [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.V2](/dotnet/docs/reference/Google.Cloud.Iam.V2/latest/Google.Cloud.Iam.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Iam.V2.dll\n\nConstructors\n------------\n\n### ListPoliciesRequest()\n\n public ListPoliciesRequest()\n\n### ListPoliciesRequest(ListPoliciesRequest)\n\n public ListPoliciesRequest(ListPoliciesRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of policies to return. IAM ignores this value and uses\nthe value 1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA page token received in a \\[ListPoliciesResponse\\]\\[google.iam.v2.ListPoliciesResponse\\]. Provide this token to\nretrieve the next page.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The resource that the policy is attached to, along with the kind of policy\nto list. Format:\n`policies/{attachment_point}/denypolicies`\n\nThe attachment point is identified by its URL-encoded full resource name,\nwhich means that the forward-slash character, `/`, must be written as\n`%2F`. For example,\n`policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies`.\n\nFor organizations and folders, use the numeric ID in the full resource\nname. For projects, you can use the alphanumeric or the numeric ID."]]