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.
Implements
IMessageDataAccessLabel, IEquatableDataAccessLabel, IDeepCloneableDataAccessLabel, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DataAccessLabel()
public DataAccessLabel()
DataAccessLabel(DataAccessLabel)
public DataAccessLabel(DataAccessLabel other)
Parameter | |
---|---|
Name | Description |
other |
DataAccessLabel |
Properties
Author
public string Author { get; set; }
Output only. The user who created the data access label.
Property Value | |
---|---|
Type | Description |
string |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time at which the data access label was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DataAccessLabelName
public DataAccessLabelName DataAccessLabelName { get; set; }
DataAccessLabelName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DataAccessLabelName |
DefinitionCase
public DataAccessLabel.DefinitionOneofCase DefinitionCase { get; }
Property Value | |
---|---|
Type | Description |
DataAccessLabelDefinitionOneofCase |
Description
public string Description { get; set; }
Optional. A description of the data access label for a human reader.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Output only. The short name displayed for the label as it appears on event data.
Property Value | |
---|---|
Type | Description |
string |
HasUdmQuery
public bool HasUdmQuery { get; }
Gets whether the "udm_query" field is set
Property Value | |
---|---|
Type | Description |
bool |
LastEditor
public string LastEditor { get; set; }
Output only. The user who last updated the data access label.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The unique resource name of the data access label.
Property Value | |
---|---|
Type | Description |
string |
UdmQuery
public string UdmQuery { get; set; }
A UDM query over event data.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time at which the data access label was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |