Auth Config Response
data class AuthConfigResponse(val activeDirectoryAuth: String? = null, val passwordAuth: String? = null, val tenantId: String? = null)
Authentication configuration properties of a server
Authentication configuration properties of a server