Skip to main content

android_mam_policy_by_names

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

Overview

Nameandroid_mam_policy_by_names
TypeResource
Idazure_extras.intune.android_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_encryptiontextfield 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
screen_capturetextfield from the properties object
tagstextResource Tags
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECThostName, policyNameReturns AndroidMAMPolicy with given name.

SELECT examples

Returns AndroidMAMPolicy with given name.

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,
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,
screen_capture,
tags,
type
FROM azure_extras.intune.vw_android_mam_policy_by_names
WHERE hostName = '{{ hostName }}'
AND policyName = '{{ policyName }}';