Get Tenant Configuration Result
data class GetTenantConfigurationResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, name: String, properties: ConfigurationPropertiesResponse, systemData: SystemDataResponse, type: String)