mam_status
Creates, updates, deletes, gets or lists a mam_status
resource.
Overview
Name | mam_status |
Type | Resource |
Id | azure_extras.intune.mam_status |
Fields
- vw_mam_status
- mam_status
Name | Datatype | Description |
---|---|---|
id | text | Resource Id |
name | text | Resource name |
deployed_policies | text | field from the properties object |
enrolled_users | text | field from the properties object |
flagged_users | text | field from the properties object |
hostName | text | field from the properties object |
last_modified_time | text | field from the properties object |
location | text | Resource Location |
nextlink | text | Gets the URL to get the next set of results. |
policy_applied_users | text | field from the properties object |
status | text | field from the properties object |
tags | text | Resource Tags |
type | text | Resource type |
wipe_failed_apps | text | field from the properties object |
wipe_pending_apps | text | field from the properties object |
wipe_succeeded_apps | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
location | string | Resource Location |
nextlink | string | Gets the URL to get the next set of results. |
properties | object | |
tags | object | Resource Tags |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | hostName | Returns Intune Tenant level statuses. |
SELECT
examples
Returns Intune Tenant level statuses.
- vw_mam_status
- mam_status
SELECT
id,
name,
deployed_policies,
enrolled_users,
flagged_users,
hostName,
last_modified_time,
location,
nextlink,
policy_applied_users,
status,
tags,
type,
wipe_failed_apps,
wipe_pending_apps,
wipe_succeeded_apps
FROM azure_extras.intune.vw_mam_status
WHERE hostName = '{{ hostName }}';
SELECT
id,
name,
location,
nextlink,
properties,
tags,
type
FROM azure_extras.intune.mam_status
WHERE hostName = '{{ hostName }}';