mde_onboardings
Creates, updates, deletes, gets or lists a mde_onboardings
resource.
Overview
Name | mde_onboardings |
Type | Resource |
Id | azure.security.mde_onboardings |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
properties | object | Properties of the MDE configuration or data parameter needed to onboard the machine to MDE |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId | The default configuration or data needed to onboard the machine to MDE |
list | SELECT | subscriptionId | The configuration or data needed to onboard the machine to MDE |
SELECT
examples
The default configuration or data needed to onboard the machine to MDE
SELECT
id,
name,
properties,
type
FROM azure.security.mde_onboardings
WHERE subscriptionId = '{{ subscriptionId }}';