public sealed class AccessControlEntry : IMessage<AccessControlEntry>, IEquatable<AccessControlEntry>, IDeepCloneable<AccessControlEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class AccessControlEntry.
AccessControlEntry is used to control who can do some operation.
[[["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 `AccessControlEntry` class, part of the Privileged Access Manager v1 API, is used to define and manage who is permitted to perform specific operations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `AccessControlEntry` class has two constructors: a default constructor and another that accepts an `AccessControlEntry` object as a parameter for copying."],["It includes a `Principals` property, a `RepeatedField` of strings, which lists the valid v1 IAM principal identifiers representing the users granted access."],["The `AccessControlEntry` class is located within the `Google.Cloud.PrivilegedAccessManager.V1` namespace and is contained in the `Google.Cloud.PrivilegedAccessManager.V1.dll` assembly."]]],[]]