SitePropertiesResponse

data class SitePropertiesResponse(val agentDetails: SiteAgentPropertiesResponse? = null, val applianceName: String? = null, val discoverySolutionId: String? = null, val serviceEndpoint: String, val servicePrincipalIdentityDetails: SiteSpnPropertiesResponse? = null)

Class for site properties.

Constructors

Link copied to clipboard
constructor(agentDetails: SiteAgentPropertiesResponse? = null, applianceName: String? = null, discoverySolutionId: String? = null, serviceEndpoint: String, servicePrincipalIdentityDetails: SiteSpnPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

On-premises agent details.

Link copied to clipboard
val applianceName: String? = null

Appliance Name.

Link copied to clipboard

ARM ID of migration hub solution for SDS.

Link copied to clipboard

Service endpoint.

Link copied to clipboard

Service principal identity details used by agent for communication to the service.