SiteAgentPropertiesResponse

data class SiteAgentPropertiesResponse(val id: String, val keyVaultId: String? = null, val keyVaultUri: String? = null, val lastHeartBeatUtc: String, val version: String)

Class for site agent properties.

Constructors

Link copied to clipboard
constructor(id: String, keyVaultId: String? = null, keyVaultUri: String? = null, lastHeartBeatUtc: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ID of the agent.

Link copied to clipboard
val keyVaultId: String? = null

Key vault ARM Id.

Link copied to clipboard
val keyVaultUri: String? = null

Key vault URI.

Link copied to clipboard

Last heartbeat time of the agent in UTC.

Link copied to clipboard

Version of the agent.