ConfigurationStoreSecondaryWriteKey

data class ConfigurationStoreSecondaryWriteKey(val connectionString: String? = null, val id: String? = null, val secret: String? = null)

Constructors

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

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? = null

The ID of the Access Key.

Link copied to clipboard
val secret: String? = null

The Secret of the Access Key.