Package-level declarations

Types

Link copied to clipboard
data class DataAccessScopeAllowedDataAccessLabel(val assetNamespace: String? = null, val dataAccessLabel: String? = null, val displayName: String? = null, val ingestionLabel: DataAccessScopeAllowedDataAccessLabelIngestionLabel? = null, val logType: String? = null)
data class DataAccessScopeAllowedDataAccessLabelIngestionLabel(val ingestionLabelKey: String, val ingestionLabelValue: String? = null)
Link copied to clipboard
data class DataAccessScopeDeniedDataAccessLabel(val assetNamespace: String? = null, val dataAccessLabel: String? = null, val displayName: String? = null, val ingestionLabel: DataAccessScopeDeniedDataAccessLabelIngestionLabel? = null, val logType: String? = null)
data class DataAccessScopeDeniedDataAccessLabelIngestionLabel(val ingestionLabelKey: String, val ingestionLabelValue: String? = null)
Link copied to clipboard
data class ReferenceListEntry(val value: String)
Link copied to clipboard
Link copied to clipboard
data class ReferenceListScopeInfoReferenceListScope(val scopeNames: List<String>? = null)
Link copied to clipboard
data class RetrohuntExecutionInterval(val endTime: String? = null, val startTime: String? = null)
Link copied to clipboard
data class RetrohuntProcessInterval(val endTime: String, val startTime: String)
Link copied to clipboard
data class RuleCompilationDiagnostic(val message: String? = null, val position: RuleCompilationDiagnosticPosition? = null, val severity: String? = null, val uri: String? = null)
Link copied to clipboard
data class RuleCompilationDiagnosticPosition(val endColumn: Int? = null, val endLine: Int? = null, val startColumn: Int? = null, val startLine: Int? = null)
Link copied to clipboard
data class RuleSeverity(val displayName: String? = null)
Link copied to clipboard
data class WatchlistEntityCount(val asset: Int? = null, val user: Int? = null)
Link copied to clipboard
data class WatchlistWatchlistUserPreferences(val pinned: Boolean? = null)