CacheNodeInstallPropertiesResponse

data class CacheNodeInstallPropertiesResponse(val cacheNodeId: String? = null, val customerId: String? = null, val primaryAccountKey: String, val registrationKey: String, val secondaryAccountKey: String)

Mcc cache node resource install script properties.

Constructors

Link copied to clipboard
constructor(cacheNodeId: String? = null, customerId: String? = null, primaryAccountKey: String, registrationKey: String, secondaryAccountKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cacheNodeId: String? = null

Mcc cache node resource Id.

Link copied to clipboard
val customerId: String? = null

Mcc customer resource Id.

Link copied to clipboard

Mcc primary account key. Internal to Mcc.

Link copied to clipboard

Mcc Iot Central temporary device registration key, used once.

Link copied to clipboard

Mcc secondary account key. Internal to Mcc.