public sealed class GetEntitlementRequest : IMessage<GetEntitlementRequest>, IEquatable<GetEntitlementRequest>, IDeepCloneable<GetEntitlementRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class GetEntitlementRequest.
[[["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 page provides documentation for the `GetEntitlementRequest` class within the Google Cloud Privileged Access Manager v1 API, specifically for .NET development."],["`GetEntitlementRequest` is a message type used for retrieving entitlement information and is part of the `Google.Cloud.PrivilegedAccessManager.V1` namespace, found in the `Google.Cloud.PrivilegedAccessManager.V1.dll` assembly."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`GetEntitlementRequest` has properties such as `EntitlementName` (typed view) and `Name` (string), where the latter is a required field for specifying the name of the resource."],["There are two constructors available for creating a `GetEntitlementRequest` instance: one default and one that accepts another `GetEntitlementRequest` as a parameter."]]],[]]