Get Tenant Configuration Result
data class GetTenantConfigurationResult(val enforcePrivateMarkdownStorage: Boolean? = null, val id: String, val name: String, val type: String)
Tenant configuration.
Tenant configuration.