GetConfigurationStorePrimaryWriteKey

data class GetConfigurationStorePrimaryWriteKey(val connectionString: String, val id: String, val secret: String)

Constructors

Link copied to clipboard
constructor(connectionString: String, id: String, secret: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Connection String for this Access Key - consisting of the Endpoint, ID and Secret.

Link copied to clipboard
val id: String

The ID of the Access Key.

Link copied to clipboard

The Secret of the Access Key.