Skip to main content

mam_status

Creates, updates, deletes, gets or lists a mam_status resource.

Overview

Namemam_status
TypeResource
Idazure_extras.intune.mam_status

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
deployed_policiestextfield from the properties object
enrolled_userstextfield from the properties object
flagged_userstextfield from the properties object
hostNametextfield from the properties object
last_modified_timetextfield from the properties object
locationtextResource Location
nextlinktextGets the URL to get the next set of results.
policy_applied_userstextfield from the properties object
statustextfield from the properties object
tagstextResource Tags
typetextResource type
wipe_failed_appstextfield from the properties object
wipe_pending_appstextfield from the properties object
wipe_succeeded_appstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECThostNameReturns Intune Tenant level statuses.

SELECT examples

Returns Intune Tenant level statuses.

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 }}';