azure-native.iotsecurity.getDefenderSetting
IoT Defender settings API Version: 2021-02-01-preview.
Using getDefenderSetting
function getDefenderSetting(args: GetDefenderSettingArgs, opts?: InvokeOptions): Promise<GetDefenderSettingResult>
def get_defender_setting(opts: Optional[InvokeOptions] = None) -> GetDefenderSettingResult
func LookupDefenderSetting(ctx *Context, args *LookupDefenderSettingArgs, opts ...InvokeOption) (*LookupDefenderSettingResult, error)
> Note: This function is named LookupDefenderSetting
in the Go SDK.
public static class GetDefenderSetting
{
public static Task<GetDefenderSettingResult> InvokeAsync(GetDefenderSettingArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDefenderSettingResult> getDefenderSetting(GetDefenderSettingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:iotsecurity:getDefenderSetting
arguments:
# arguments dictionary
The following arguments are supported:
getDefenderSetting Result
The following output properties are available:
- Device
Quota int Size of the device quota. Value is required to be in multiples of 100.
- Evaluation
End stringTime End time of the evaluation period, if such exist
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Mde
Integration Pulumi.Azure Native. Io TSecurity. Outputs. Defender Settings Properties Response Mde Integration MDE integration configuration
- Name string
The name of the resource
- Onboarding
Kind string The kind of onboarding for the subscription
- Sentinel
Workspace List<string>Resource Ids Sentinel Workspace Resource Ids
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Device
Quota int Size of the device quota. Value is required to be in multiples of 100.
- Evaluation
End stringTime End time of the evaluation period, if such exist
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Mde
Integration DefenderSettings Properties Response Mde Integration MDE integration configuration
- Name string
The name of the resource
- Onboarding
Kind string The kind of onboarding for the subscription
- Sentinel
Workspace []stringResource Ids Sentinel Workspace Resource Ids
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- device
Quota Integer Size of the device quota. Value is required to be in multiples of 100.
- evaluation
End StringTime End time of the evaluation period, if such exist
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- mde
Integration DefenderSettings Properties Response Mde Integration MDE integration configuration
- name String
The name of the resource
- onboarding
Kind String The kind of onboarding for the subscription
- sentinel
Workspace List<String>Resource Ids Sentinel Workspace Resource Ids
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- device
Quota number Size of the device quota. Value is required to be in multiples of 100.
- evaluation
End stringTime End time of the evaluation period, if such exist
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- mde
Integration DefenderSettings Properties Response Mde Integration MDE integration configuration
- name string
The name of the resource
- onboarding
Kind string The kind of onboarding for the subscription
- sentinel
Workspace string[]Resource Ids Sentinel Workspace Resource Ids
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- device_
quota int Size of the device quota. Value is required to be in multiples of 100.
- evaluation_
end_ strtime End time of the evaluation period, if such exist
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- mde_
integration DefenderSettings Properties Response Mde Integration MDE integration configuration
- name str
The name of the resource
- onboarding_
kind str The kind of onboarding for the subscription
- sentinel_
workspace_ Sequence[str]resource_ ids Sentinel Workspace Resource Ids
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- device
Quota Number Size of the device quota. Value is required to be in multiples of 100.
- evaluation
End StringTime End time of the evaluation period, if such exist
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- mde
Integration Property Map MDE integration configuration
- name String
The name of the resource
- onboarding
Kind String The kind of onboarding for the subscription
- sentinel
Workspace List<String>Resource Ids Sentinel Workspace Resource Ids
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
DefenderSettingsPropertiesResponseMdeIntegration
- Status string
Integration status
- Status string
Integration status
- status String
Integration status
- status string
Integration status
- status str
Integration status
- status String
Integration status
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0