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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`ListPoliciesRequest` is a class in the Google Cloud Identity and Access Management (IAM) v2 API, used to request a list of policies."],["The class implements multiple interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for paged requests, message handling, equality comparison, deep cloning, and buffer operations."],["The `ListPoliciesRequest` class has properties like `PageSize`, `PageToken`, and `Parent`, allowing users to control the number of policies returned, navigate through multiple pages of results, and specify the resource for which policies are requested."],["There are two constructors provided, a default one for standard initialization and one that allows the creation of the object based on another instance of the class."],["The latest version available for this class is 1.3.0, and previous versions such as 1.2.0, 1.1.0, and 1.0.0 are also available."]]],[]]