UnencryptedCredentialsResponse

data class UnencryptedCredentialsResponse(val jobName: String, val jobSecrets: Any)

Unencrypted credentials for accessing device.

Constructors

Link copied to clipboard
constructor(jobName: String, jobSecrets: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the job.

Link copied to clipboard

Secrets related to this job.