Azure Intune
Microsoft Intune is a cloud service for managing employee devices, applications, and endpoint security policies.
- Base URL:
https://management.azure.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getlocations— GET /providers/Microsoft.Intune/locations — Returns location for user tenant.getlocationbyhostname— GET /providers/Microsoft.Intune/locations/hostName — Returns location for given tenant.android_getappformampolicy— GET /providers/Microsoft.Intune/locations/{hostName}/AndroidPolicies/{policyName}/apps — Get apps for an AndroidMAMPolicy.android_getmampolicies— GET /providers/Microsoft.Intune/locations/{hostName}/androidPolicies — Returns Intune Android policies.android_getmampolicybyname— GET /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName} — Returns AndroidMAMPolicy with given name.android_getgroupsformampolicy— GET /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/groups — Returns groups for a given AndroidMAMPolicy.
Inputs
apiKey— your azure-intune API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getlocations
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: getlocations, getlocationbyhostname, android_getappformampolicy, android_getmampolicies, android_getmampolicybyname, android_getgroupsformampolicy |
hostName |
string | no | — | Path parameter hostName (required by some operations). |
policyName |
string | no | — | Path parameter policyName (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |