DataAccessScopeAllowedDataAccessLabel

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assetNamespace: String? = null

The asset namespace configured in the forwarder of the customer's events.

Link copied to clipboard
val dataAccessLabel: String? = null

The name of the data access label.

Link copied to clipboard
val displayName: String? = null

(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.

Link copied to clipboard
val logType: String? = null

The name of the log type.