public sealed class PrivilegedAccess : IMessage<PrivilegedAccess>, IEquatable<PrivilegedAccess>, IDeepCloneable<PrivilegedAccess>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class PrivilegedAccess.
Privileged access that this service can be used to gate.
[[["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 `PrivilegedAccess` class, part of the Privileged Access Manager v1 API, is designed to manage and gate privileged access within the service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google.Protobuf framework."],["It features two constructors, one default and another that takes a `PrivilegedAccess` object as a parameter for cloning, for instance."],["The `PrivilegedAccess` class includes properties such as `AccessTypeCase` and `GcpIamAccess` to define and manage access types, particularly Google Cloud IAM access."]]],[]]