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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]