Data Access Scope Allowed Data Access Label
data class DataAccessScopeAllowedDataAccessLabel(val assetNamespace: String? = null, val dataAccessLabel: String? = null, val displayName: String? = null, val ingestionLabel: DataAccessScopeAllowedDataAccessLabelIngestionLabel? = null, val logType: String? = null)
Constructors
Link copied to clipboard
constructor(assetNamespace: String? = null, dataAccessLabel: String? = null, displayName: String? = null, ingestionLabel: DataAccessScopeAllowedDataAccessLabelIngestionLabel? = null, logType: String? = null)
Properties
Link copied to clipboard
The asset namespace configured in the forwarder of the customer's events.
Link copied to clipboard
The name of the data access label.
Link copied to clipboard
(Output) Output only. The display name of the label. Data access label and log types's name will match the display name of the resource. The asset namespace will match the namespace itself. The ingestion key value pair will match the key of the tuple.
Link copied to clipboard
Representation of an ingestion label type. Structure is documented below.