public sealed class GetServicePerimeterRequest : IMessage<GetServicePerimeterRequest>, IEquatable<GetServicePerimeterRequest>, IDeepCloneable<GetServicePerimeterRequest>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `GetServicePerimeterRequest` class, which is used to retrieve a specific `ServicePerimeter`."],["The `GetServicePerimeterRequest` class is part of the `Google.Identity.AccessContextManager.V1` namespace and is implemented in the `Google.Identity.AccessContextManager.V1.dll` assembly."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["The class includes two constructors, one default and one that takes another `GetServicePerimeterRequest` object, and it features properties like `Name` and `ServicePerimeterName`."],["The `Name` property is required and specifies the resource name of the Service Perimeter, formatted as `accessPolicies/{policy_id}/servicePerimeters/{service_perimeters_id}`."]]],[]]