Package-level declarations
Types
Link copied to clipboard
MDE integration configuration
Link copied to clipboard
data class GetDefenderSettingResult(val deviceQuota: Int, val evaluationEndTime: String, val id: String, val mdeIntegration: DefenderSettingsPropertiesResponseMdeIntegration, val name: String, val onboardingKind: String, val sentinelWorkspaceResourceIds: List<String>, val type: String)
IoT Defender settings
Link copied to clipboard
data class GetDeviceGroupResult(val id: String, val name: String, val systemData: SystemDataResponse, val type: String)
Device group
Link copied to clipboard
data class GetOnPremiseSensorResult(val id: String, val name: String, val systemData: SystemDataResponse, val type: String)
On-premise IoT sensor
Link copied to clipboard
data class GetSensorResult(val connectivityTime: String, val dynamicLearning: Boolean, val id: String, val learningMode: Boolean, val name: String, val sensorStatus: String, val sensorType: String? = null, val sensorVersion: String, val systemData: SystemDataResponse, val tiAutomaticUpdates: Boolean? = null, val tiStatus: String, val tiVersion: String, val type: String, val zone: String? = null)
IoT sensor model
Link copied to clipboard
data class GetSiteResult(val displayName: String, val id: String, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
IoT site model
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.