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

Gets the ID of the agent.

Link copied to clipboard
val keyVaultId: String? = null

Gets or sets the key vault ARM Id.

Link copied to clipboard
val keyVaultUri: String? = null

Gets or sets the key vault URI.

Link copied to clipboard

Gets the last heartbeat time of the agent in UTC.

Link copied to clipboard

Gets the version of the agent.