AnalyticsOutputSettingsResponse

data class AnalyticsOutputSettingsResponse(val analyticsWorkspaceId: String? = null, val associatedIdentity: IdentitySelectorResponse? = null)

Constructors

Link copied to clipboard
constructor(analyticsWorkspaceId: String? = null, associatedIdentity: IdentitySelectorResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the analytics workspace that is to be used by the specified identity.

Link copied to clipboard

The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.