Collector Properties Response
data class CollectorPropertiesResponse(val agentProperties: CollectorAgentPropertiesResponse? = null, val createdTimestamp: String, val discoverySiteId: String? = null, val updatedTimestamp: String)
Constructors
Link copied to clipboard
constructor(agentProperties: CollectorAgentPropertiesResponse? = null, createdTimestamp: String, discoverySiteId: String? = null, updatedTimestamp: String)
Properties
Link copied to clipboard
Link copied to clipboard
Time when this collector was created. Date-Time represented in ISO-8601 format.
Link copied to clipboard
The ARM id of the discovery service site.
Link copied to clipboard
Time when this collector was updated. Date-Time represented in ISO-8601 format.