Skip to main content

ios

Creates, updates, deletes, gets or lists an ios resource.

Overview

Nameios
TypeResource
Idazure_extras.intune.ios

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
patch_mam_policyexechostName, policyName patch an iOSMAMPolicy.
add_app_for_mam_policyexechostName, policyName, appNameAdd app to an iOSMAMPolicy.
add_group_for_mam_policyexechostName, policyName, groupIdAdd group to an iOSMAMPolicy.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
appNamestringapplication unique Name
groupIdstringgroup Id
hostNamestringLocation hostName for the tenant
policyNamestringUnique name for the policy

Lifecycle Methods

patch an iOSMAMPolicy.

EXEC azure_extras.intune.ios.patch_mam_policy 
@hostName='{{ hostName }}' --required,
@policyName='{{ policyName }}' --required
@@json=
'{
"properties": "{{ properties }}",
"tags": "{{ tags }}",
"location": "{{ location }}"
}'
;