public sealed class GetServicePerimeterRequest : IMessage<GetServicePerimeterRequest>, IEquatable<GetServicePerimeterRequest>, IDeepCloneable<GetServicePerimeterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class GetServicePerimeterRequest.
[[["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-02 UTC."],[[["This document provides reference information for the `GetServicePerimeterRequest` class within the Identity Access Context Manager v1 API, specifically version 2.2.0."],["The `GetServicePerimeterRequest` class is designed to retrieve a specific `ServicePerimeter` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `GetServicePerimeterRequest` class has two constructors: a default constructor and one that takes another `GetServicePerimeterRequest` instance as a parameter."],["It contains two key properties: `Name`, a string representing the resource name of the `ServicePerimeter`, and `ServicePerimeterName`, which provides a typed view over the `Name` property."]]],[]]