GetDefenderSettingResult

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

Constructors

Link copied to clipboard
constructor(deviceQuota: Int, evaluationEndTime: String, id: String, mdeIntegration: DefenderSettingsPropertiesResponseMdeIntegration, name: String, onboardingKind: String, sentinelWorkspaceResourceIds: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Size of the device quota. Value is required to be in multiples of 100.

Link copied to clipboard

End time of the evaluation period, if such exist

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
Link copied to clipboard

The name of the resource

Link copied to clipboard

The kind of onboarding for the subscription

Link copied to clipboard

Sentinel Workspace Resource Ids

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"