Get Tenant Configuration Result
data class GetTenantConfigurationResult(val id: String, val name: String, val properties: ConfigurationPropertiesResponse, val systemData: SystemDataResponse, val type: String)
The tenant configuration resource definition.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ConfigurationPropertiesResponse, systemData: SystemDataResponse, type: String)