ListJobCredentialsResult

data class ListJobCredentialsResult(val nextLink: String? = null, val value: List<UnencryptedCredentialsResponse>? = null)

List of unencrypted credentials for accessing device.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<UnencryptedCredentialsResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Link for the next set of unencrypted credentials.

Link copied to clipboard

List of unencrypted credentials.