[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eSqlAclEntry\u003c/code\u003e class, part of the Google Cloud Database Migration v1 API, represents an entry for an Access Control List.\u003c/p\u003e\n"],["\u003cp\u003eThis class has been implemented across multiple versions, ranging from 1.0.0 to the latest version 2.5.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSqlAclEntry\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties like \u003ccode\u003eExpireTime\u003c/code\u003e, \u003ccode\u003eLabel\u003c/code\u003e, \u003ccode\u003eTtl\u003c/code\u003e, and \u003ccode\u003eValue\u003c/code\u003e to manage access control entry details, including a duration based expiration.\u003c/p\u003e\n"],["\u003cp\u003eIt also has an \u003ccode\u003eExpirationCase\u003c/code\u003e property which will allow the user to determine which type of expiration has been set.\u003c/p\u003e\n"]]],[],null,["# Database Migration v1 API - Class SqlAclEntry (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.SqlAclEntry)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.4.0/Google.Cloud.CloudDms.V1.SqlAclEntry)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.3.0/Google.Cloud.CloudDms.V1.SqlAclEntry)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.2.0/Google.Cloud.CloudDms.V1.SqlAclEntry)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.1.0/Google.Cloud.CloudDms.V1.SqlAclEntry)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.0.0/Google.Cloud.CloudDms.V1.SqlAclEntry)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.2.0/Google.Cloud.CloudDms.V1.SqlAclEntry)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.1.0/Google.Cloud.CloudDms.V1.SqlAclEntry)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.0.0/Google.Cloud.CloudDms.V1.SqlAclEntry) \n\n public sealed class SqlAclEntry : IMessage\u003cSqlAclEntry\u003e, IEquatable\u003cSqlAclEntry\u003e, IDeepCloneable\u003cSqlAclEntry\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Database Migration v1 API class SqlAclEntry.\n\nAn entry for an Access Control list. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SqlAclEntry \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SqlAclEntry](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.SqlAclEntry), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SqlAclEntry](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.SqlAclEntry), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SqlAclEntry](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.SqlAclEntry), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CloudDms.V1](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudDms.V1.dll\n\nConstructors\n------------\n\n### SqlAclEntry()\n\n public SqlAclEntry()\n\n### SqlAclEntry(SqlAclEntry)\n\n public SqlAclEntry(SqlAclEntry other)\n\nProperties\n----------\n\n### ExpirationCase\n\n public SqlAclEntry.ExpirationOneofCase ExpirationCase { get; }\n\n### ExpireTime\n\n public Timestamp ExpireTime { get; set; }\n\nThe time when this access control entry expires in\n[RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example:\n`2012-11-15T16:19:00.094Z`.\n\n### Label\n\n public string Label { get; set; }\n\nA label to identify this entry.\n\n### Ttl\n\n public Duration Ttl { get; set; }\n\nInput only. The time-to-leave of this access control entry.\n\n### Value\n\n public string Value { get; set; }\n\nThe allowlisted value for the access control list."]]