KeyResponse

data class KeyResponse(val keyName: String, val permissions: String, val value: String)

Automation key which is used to register a DSC Node

Constructors

Link copied to clipboard
constructor(keyName: String, permissions: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Automation key name.

Link copied to clipboard

Automation key permissions.

Link copied to clipboard

Value of the Automation Key used for registration.