DataBoxSecretResponse

data class DataBoxSecretResponse(val accountCredentialDetails: List<AccountCredentialDetailsResponse>, val devicePassword: String, val deviceSerialNumber: String, val encodedValidationCertPubKey: String, val networkConfigurations: List<ApplianceNetworkConfigurationResponse>)

The secrets related to a DataBox.

Constructors

Link copied to clipboard
constructor(accountCredentialDetails: List<AccountCredentialDetailsResponse>, devicePassword: String, deviceSerialNumber: String, encodedValidationCertPubKey: String, networkConfigurations: List<ApplianceNetworkConfigurationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Per account level access credentials.

Link copied to clipboard

Password for out of the box experience on device.

Link copied to clipboard

Serial number of the assigned device.

Link copied to clipboard

The base 64 encoded public key to authenticate with the device

Link copied to clipboard

Network configuration of the appliance.