ios_mam_policy_by_names
Creates, updates, deletes, gets or lists a ios_mam_policy_by_names
resource.
Overview
Name | ios_mam_policy_by_names |
Type | Resource |
Id | azure_extras.intune.ios_mam_policy_by_names |
Fields
- vw_ios_mam_policy_by_names
- ios_mam_policy_by_names
Name | Datatype | Description |
---|---|---|
id | text | Resource Id |
name | text | Resource name |
description | text | field from the properties object |
access_recheck_offline_timeout | text | field from the properties object |
access_recheck_online_timeout | text | field from the properties object |
app_sharing_from_level | text | field from the properties object |
app_sharing_to_level | text | field from the properties object |
authentication | text | field from the properties object |
clipboard_sharing_level | text | field from the properties object |
data_backup | text | field from the properties object |
device_compliance | text | field from the properties object |
file_encryption_level | text | field from the properties object |
file_sharing_save_as | text | field from the properties object |
friendly_name | text | field from the properties object |
group_status | 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 |
managed_browser | text | field from the properties object |
num_of_apps | text | field from the properties object |
offline_wipe_timeout | text | field from the properties object |
pin | text | field from the properties object |
pin_num_retry | text | field from the properties object |
policyName | text | field from the properties object |
tags | text | Resource Tags |
touch_id | text | field from the properties object |
type | text | Resource type |
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
location | string | Resource Location |
properties | object | Intune MAM iOS Policy Properties. |
tags | object | Resource Tags |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | hostName, policyName | Returns Intune iOS policies. |
SELECT
examples
Returns Intune iOS policies.
- vw_ios_mam_policy_by_names
- ios_mam_policy_by_names
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 }}';
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_extras.intune.ios_mam_policy_by_names
WHERE hostName = '{{ hostName }}'
AND policyName = '{{ policyName }}';