public sealed class ListServicePerimetersRequest : IMessage<ListServicePerimetersRequest>, IEquatable<ListServicePerimetersRequest>, IDeepCloneable<ListServicePerimetersRequest>, IBufferMessage, IMessage
A request to list all ServicePerimeters in an AccessPolicy.
Next page token for the next batch of [Service Perimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter] instances.
Defaults to the first page of results.
[[["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."],[[["The latest version of `ListServicePerimetersRequest` is 2.5.0, and it's part of a series of versions ranging from 1.2.0 to 2.5.0 that allow for listing all service perimeters in an access policy."],["`ListServicePerimetersRequest` is used to request a list of `ServicePerimeters` within a specific `AccessPolicy`, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ListServicePerimetersRequest` has a constructor that accepts another `ListServicePerimetersRequest` as a parameter for duplication purposes, or no parameters for a default request."],["The properties `PageSize`, `PageToken`, and `Parent` are used to configure the request, controlling the number of service perimeters per page, navigating between pages, and specifying the parent access policy respectively."],["`ListServicePerimetersRequest` is located within the `Google.Identity.AccessContextManager.V1` namespace and is compiled within the `Google.Identity.AccessContextManager.V1.dll` assembly."]]],[]]