ListAccountKeysResult

data class ListAccountKeysResult(val atlasKafkaPrimaryEndpoint: String? = null, val atlasKafkaSecondaryEndpoint: String? = null)

The Purview Account access keys.

Constructors

Link copied to clipboard
constructor(atlasKafkaPrimaryEndpoint: String? = null, atlasKafkaSecondaryEndpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the primary connection string.

Link copied to clipboard

Gets or sets the secondary connection string.