[[["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-17 UTC."],[[["The `SqlAclEntry` class represents an entry in an Access Control List (ACL), providing a way to manage and define access permissions."],["This class has multiple versions available, with the latest being version 2.5.0, and ranges from 1.0.0 to the latest, with version 1.1.0 being shown."],["The `SqlAclEntry` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, equality checks, deep cloning, and buffer management."],["The class includes properties like `ExpirationCase`, `ExpireTime`, `Label`, `Ttl`, and `Value` to configure the ACL entry's expiration, label, time-to-live, and the specific value being allowlisted."],["There are two constructors available, one default constructor, and another which takes in another `SqlAclEntry` to initialize the properties, called `SqlAclEntry(SqlAclEntry)`."]]],[]]