Site Properties Response
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
fun SitePropertiesResponse(agentDetails: SiteAgentPropertiesResponse? = null, applianceName: String? = null, discoverySolutionId: String? = null, serviceEndpoint: String, servicePrincipalIdentityDetails: SiteSpnPropertiesResponse? = null)