public sealed class ListAccessPoliciesRequest : IMessage<ListAccessPoliciesRequest>, IEquatable<ListAccessPoliciesRequest>, IDeepCloneable<ListAccessPoliciesRequest>, IBufferMessage, IMessage
A request to list all AccessPolicies for a container.
[[["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-04-01 UTC."],[[["The `ListAccessPoliciesRequest` class is used to request a list of `AccessPolicies` for a specific container, such as an organization."],["This class supports pagination, allowing users to specify the `PageSize` and `PageToken` to control the number of results returned and to navigate through multiple pages."],["It requires a `Parent` property, specifying the resource name of the container from which to list `AccessPolicy` instances, with a format like `organizations/{org_id}`."],["The `ListAccessPoliciesRequest` class is part of the `Google.Identity.AccessContextManager.V1` namespace and is implemented in the `Google.Identity.AccessContextManager.V1.dll` assembly."],["The latest version of the `ListAccessPoliciesRequest` documentation is `2.5.0`, and other versions including `2.4.0`, `2.3.0`, `2.2.0`, `2.1.0`, `2.0.0`, `1.5.0`, `1.4.0`, `1.3.0` and `1.2.0` are also available."]]],[]]