public sealed class DataAccessLabel : IMessage<DataAccessLabel>, IEquatable<DataAccessLabel>, IDeepCloneable<DataAccessLabel>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class DataAccessLabel.
A DataAccessLabel is a label on events to define user access to data.
[[["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."],[],[],null,["# Chronicle v1 API - Class DataAccessLabel (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.DataAccessLabel)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/1.0.0-beta01/Google.Cloud.Chronicle.V1.DataAccessLabel) \n\n public sealed class DataAccessLabel : IMessage\u003cDataAccessLabel\u003e, IEquatable\u003cDataAccessLabel\u003e, IDeepCloneable\u003cDataAccessLabel\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Chronicle v1 API class DataAccessLabel.\n\nA DataAccessLabel is a label on events to define user access to data. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DataAccessLabel \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DataAccessLabel](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.DataAccessLabel), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DataAccessLabel](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.DataAccessLabel), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DataAccessLabel](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.DataAccessLabel), [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.Chronicle.V1](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Chronicle.V1.dll\n\nConstructors\n------------\n\n### DataAccessLabel()\n\n public DataAccessLabel()\n\n### DataAccessLabel(DataAccessLabel)\n\n public DataAccessLabel(DataAccessLabel other)\n\nProperties\n----------\n\n### Author\n\n public string Author { get; set; }\n\nOutput only. The user who created the data access label.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time at which the data access label was created.\n\n### DataAccessLabelName\n\n public DataAccessLabelName DataAccessLabelName { get; set; }\n\n[DataAccessLabelName](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.DataAccessLabelName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.DataAccessLabel#Google_Cloud_Chronicle_V1_DataAccessLabel_Name) resource name property.\n\n### DefinitionCase\n\n public DataAccessLabel.DefinitionOneofCase DefinitionCase { get; }\n\n### Description\n\n public string Description { get; set; }\n\nOptional. A description of the data access label for a human reader.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOutput only. The short name displayed for the label as it appears on event\ndata.\n\n### HasUdmQuery\n\n public bool HasUdmQuery { get; }\n\nGets whether the \"udm_query\" field is set\n\n### LastEditor\n\n public string LastEditor { get; set; }\n\nOutput only. The user who last updated the data access label.\n\n### Name\n\n public string Name { get; set; }\n\nThe unique resource name of the data access label.\n\n### UdmQuery\n\n public string UdmQuery { get; set; }\n\nA UDM query over event data.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time at which the data access label was last updated."]]