Skip to main content

ios_mam_policy_by_names

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

Overview

Nameios_mam_policy_by_names
TypeResource
Idazure_extras.intune.ios_mam_policy_by_names

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
descriptiontextfield from the properties object
access_recheck_offline_timeouttextfield from the properties object
access_recheck_online_timeouttextfield from the properties object
app_sharing_from_leveltextfield from the properties object
app_sharing_to_leveltextfield from the properties object
authenticationtextfield from the properties object
clipboard_sharing_leveltextfield from the properties object
data_backuptextfield from the properties object
device_compliancetextfield from the properties object
file_encryption_leveltextfield from the properties object
file_sharing_save_astextfield from the properties object
friendly_nametextfield from the properties object
group_statustextfield from the properties object
hostNametextfield from the properties object
last_modified_timetextfield from the properties object
locationtextResource Location
managed_browsertextfield from the properties object
num_of_appstextfield from the properties object
offline_wipe_timeouttextfield from the properties object
pintextfield from the properties object
pin_num_retrytextfield from the properties object
policyNametextfield from the properties object
tagstextResource Tags
touch_idtextfield from the properties object
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECThostName, policyNameReturns Intune iOS policies.

SELECT examples

Returns Intune iOS policies.

SELECT
id,
name,
description,
access_recheck_offline_timeout,
access_recheck_online_timeout,
app_sharing_from_level,
app_sharing_to_level,
authentication,
clipboard_sharing_level,
data_backup,
device_compliance,
file_encryption_level,
file_sharing_save_as,
friendly_name,
group_status,
hostName,
last_modified_time,
location,
managed_browser,
num_of_apps,
offline_wipe_timeout,
pin,
pin_num_retry,
policyName,
tags,
touch_id,
type
FROM azure_extras.intune.vw_ios_mam_policy_by_names
WHERE hostName = '{{ hostName }}'
AND policyName = '{{ policyName }}';