KosmoKrator

productivity

Microsoft Intune CLI for AI Agents

Use the Microsoft Intune CLI from KosmoKrator to call Microsoft Intune tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Microsoft Intune CLI Setup

Microsoft Intune can be configured headlessly with `kosmokrator integrations:configure microsoft-intune`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure microsoft-intune --enable --read allow --write ask --json
kosmokrator integrations:doctor microsoft-intune --json
kosmokrator integrations:status --json

Credentials

Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

No credentials are required.

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_device_app_management_get_device_app_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Provider shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_device_app_management_get_device_app_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs microsoft-intune --json
kosmo integrations:docs microsoft-intune.microsoft_intune_device_app_management_device_app_management_get_device_app_management --json
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_device_app_management_get_device_app_management --json
kosmo integrations:search "Microsoft Intune" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

microsoft-intune.microsoft_intune_device_app_management_device_app_management_get_device_app_management

Get deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_device_app_management_get_device_app_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_device_app_management_get_device_app_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_device_app_management_update_device_app_management

Update deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_device_app_management_update_device_app_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_device_app_management_update_device_app_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_android_managed_app_protections

Get androidManagedAppProtections from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_android_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_android_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_android_managed_app_protections

Create new navigation property to androidManagedAppProtections for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/androidManagedAppProtections.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_android_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_android_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_count_dc72

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_count_dc72 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_get_count_dc72 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_android_managed_app_protections

Delete navigation property androidManagedAppProtections for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}.

Write write
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_android_managed_app_protections '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_android_managed_app_protections '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_android_managed_app_protections

Get androidManagedAppProtections from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}.

Read read
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_android_managed_app_protections '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_android_managed_app_protections '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_android_managed_app_protections

Update the navigation property androidManagedAppProtections in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}.

Write write
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_android_managed_app_protections '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_android_managed_app_protections '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_list_apps

Get apps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps.

Read read
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_list_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_list_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_create_apps

Create new navigation property to apps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps.

Write write
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_create_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_create_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_apps_get_count_6de4

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count.

Read read
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_apps_get_count_6de4 '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_apps_get_count_6de4 '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_apps

Delete navigation property apps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}.

Write write
Parameters
android_managed_app_protection_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_delete_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_apps

Get apps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}.

Read read
Parameters
android_managed_app_protection_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_get_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_apps

Update the navigation property apps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}.

Write write
Parameters
android_managed_app_protection_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_update_apps '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments.

Read read
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_list_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_list_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments.

Write write
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_create_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_create_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_assignments_get_count_574a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count.

Read read
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_assignments_get_count_574a '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_assignments_get_count_574a '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
android_managed_app_protection_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_delete_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Read read
Parameters
android_managed_app_protection_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_get_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
android_managed_app_protection_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_update_assignments '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_deployment_summary

Delete navigation property deploymentSummary for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary.

Write write
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_deployment_summary '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_delete_deployment_summary '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_deployment_summary

Get deploymentSummary from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary.

Read read
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_deployment_summary '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_get_deployment_summary '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_deployment_summary

Update the navigation property deploymentSummary in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary.

Write write
Parameters
android_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_deployment_summary '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_android_managed_app_protections_update_deployment_summary '{"android_managed_app_protection_id":"example_android_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_default_managed_app_protections

Get defaultManagedAppProtections from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/defaultManagedAppProtections.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_default_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_default_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_default_managed_app_protections

Create new navigation property to defaultManagedAppProtections for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/defaultManagedAppProtections.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_default_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_default_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_count_9b85

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/defaultManagedAppProtections/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_count_9b85 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_get_count_9b85 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_default_managed_app_protections

Delete navigation property defaultManagedAppProtections for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}.

Write write
Parameters
default_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_default_managed_app_protections '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_default_managed_app_protections '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_default_managed_app_protections

Get defaultManagedAppProtections from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}.

Read read
Parameters
default_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_default_managed_app_protections '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_default_managed_app_protections '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_default_managed_app_protections

Update the navigation property defaultManagedAppProtections in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}.

Write write
Parameters
default_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_default_managed_app_protections '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_default_managed_app_protections '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_list_apps

Get apps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps.

Read read
Parameters
default_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_list_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_list_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_create_apps

Create new navigation property to apps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps.

Write write
Parameters
default_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_create_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_create_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_apps_get_count_9a28

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count.

Read read
Parameters
default_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_apps_get_count_9a28 '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_apps_get_count_9a28 '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_delete_apps

Delete navigation property apps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}.

Write write
Parameters
default_managed_app_protection_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_delete_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_delete_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_apps

Get apps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}.

Read read
Parameters
default_managed_app_protection_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_get_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_update_apps

Update the navigation property apps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}.

Write write
Parameters
default_managed_app_protection_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_update_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_update_apps '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_delete_deployment_summary

Delete navigation property deploymentSummary for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary.

Write write
Parameters
default_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_delete_deployment_summary '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_delete_deployment_summary '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_deployment_summary

Get deploymentSummary from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary.

Read read
Parameters
default_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_deployment_summary '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_get_deployment_summary '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_update_deployment_summary

Update the navigation property deploymentSummary in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary.

Write write
Parameters
default_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_update_deployment_summary '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_default_managed_app_protections_update_deployment_summary '{"default_managed_app_protection_id":"example_default_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_ios_managed_app_protections

Get iosManagedAppProtections from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_ios_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_ios_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_ios_managed_app_protections

Create new navigation property to iosManagedAppProtections for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/iosManagedAppProtections.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_ios_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_ios_managed_app_protections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_count_dcdc

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_count_dcdc '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_get_count_dcdc '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_ios_managed_app_protections

Delete navigation property iosManagedAppProtections for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}.

Write write
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_ios_managed_app_protections '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_ios_managed_app_protections '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_ios_managed_app_protections

Get iosManagedAppProtections from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}.

Read read
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_ios_managed_app_protections '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_ios_managed_app_protections '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_ios_managed_app_protections

Update the navigation property iosManagedAppProtections in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}.

Write write
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_ios_managed_app_protections '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_ios_managed_app_protections '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_list_apps

Get apps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps.

Read read
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_list_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_list_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_create_apps

Create new navigation property to apps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps.

Write write
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_create_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_create_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_apps_get_count_33d5

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count.

Read read
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_apps_get_count_33d5 '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_apps_get_count_33d5 '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_apps

Delete navigation property apps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}.

Write write
Parameters
ios_managed_app_protection_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_delete_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_apps

Get apps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}.

Read read
Parameters
ios_managed_app_protection_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_get_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_apps

Update the navigation property apps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}.

Write write
Parameters
ios_managed_app_protection_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_update_apps '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments.

Read read
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_list_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_list_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments.

Write write
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_create_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_create_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_assignments_get_count_619f

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count.

Read read
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_assignments_get_count_619f '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_assignments_get_count_619f '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
ios_managed_app_protection_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_delete_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Read read
Parameters
ios_managed_app_protection_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_get_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
ios_managed_app_protection_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_update_assignments '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_deployment_summary

Delete navigation property deploymentSummary for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary.

Write write
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_deployment_summary '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_delete_deployment_summary '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_deployment_summary

Get deploymentSummary from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary.

Read read
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_deployment_summary '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_get_deployment_summary '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_deployment_summary

Update the navigation property deploymentSummary in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary.

Write write
Parameters
ios_managed_app_protection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_deployment_summary '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_ios_managed_app_protections_update_deployment_summary '{"ios_managed_app_protection_id":"example_ios_managed_app_protection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_managed_app_policies

Get managedAppPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppPolicies.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_managed_app_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_managed_app_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_managed_app_policies

Create new navigation property to managedAppPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedAppPolicies.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_managed_app_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_managed_app_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_policies_get_count_b24d

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppPolicies/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_policies_get_count_b24d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_policies_get_count_b24d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_policies

Delete navigation property managedAppPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}.

Write write
Parameters
managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_policies '{"managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_managed_app_policies '{"managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_managed_app_policies

Get managedAppPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}.

Read read
Parameters
managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_managed_app_policies '{"managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_managed_app_policies '{"managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_managed_app_policies

Update the navigation property managedAppPolicies in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}.

Write write
Parameters
managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_managed_app_policies '{"managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_managed_app_policies '{"managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_policies_managed_app_policy_target_apps

Invoke action targetApps\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps.

Read read
Parameters
managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_policies_managed_app_policy_target_apps '{"managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_policies_managed_app_policy_target_apps '{"managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_managed_app_registrations

Get managedAppRegistrations from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_managed_app_registrations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_managed_app_registrations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_managed_app_registrations

Create new navigation property to managedAppRegistrations for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedAppRegistrations.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_managed_app_registrations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_managed_app_registrations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_count_e04a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_count_e04a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_get_count_e04a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_user_ids_with_flagged_app_registration

Invoke function getUserIdsWithFlaggedAppRegistration\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration().

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_user_ids_with_flagged_app_registration '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_get_user_ids_with_flagged_app_registration '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_registrations

Delete navigation property managedAppRegistrations for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}.

Write write
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_registrations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_managed_app_registrations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_managed_app_registrations

Get managedAppRegistrations from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}.

Read read
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_managed_app_registrations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_managed_app_registrations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_managed_app_registrations

Update the navigation property managedAppRegistrations in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}.

Write write
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_managed_app_registrations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_managed_app_registrations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_applied_policies

Get appliedPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies.

Read read
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_list_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_applied_policies

Create new navigation property to appliedPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies.

Write write
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_create_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_applied_policies_get_count_91f5

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count.

Read read
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_applied_policies_get_count_91f5 '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_applied_policies_get_count_91f5 '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_applied_policies

Delete navigation property appliedPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}.

Write write
Parameters
managed_app_registration_id, managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_delete_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_applied_policies

Get appliedPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}.

Read read
Parameters
managed_app_registration_id, managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_get_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_applied_policies

Update the navigation property appliedPolicies in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}.

Write write
Parameters
managed_app_registration_id, managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_update_applied_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_applied_policies_managed_app_policy_target_apps

Invoke action targetApps\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps.

Read read
Parameters
managed_app_registration_id, managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_applied_policies_managed_app_policy_target_apps '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_applied_policies_managed_app_policy_target_apps '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_intended_policies

Get intendedPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies.

Read read
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_list_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_intended_policies

Create new navigation property to intendedPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies.

Write write
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_create_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_intended_policies_get_count_edb3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count.

Read read
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_intended_policies_get_count_edb3 '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_intended_policies_get_count_edb3 '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_intended_policies

Delete navigation property intendedPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}.

Write write
Parameters
managed_app_registration_id, managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_delete_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_intended_policies

Get intendedPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}.

Read read
Parameters
managed_app_registration_id, managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_get_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_intended_policies

Update the navigation property intendedPolicies in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}.

Write write
Parameters
managed_app_registration_id, managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_update_intended_policies '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_intended_policies_managed_app_policy_target_apps

Invoke action targetApps\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps.

Read read
Parameters
managed_app_registration_id, managed_app_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_intended_policies_managed_app_policy_target_apps '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_intended_policies_managed_app_policy_target_apps '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_policy_id":"example_managed_app_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_operations

Get operations from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations.

Read read
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_operations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_list_operations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_operations

Create new navigation property to operations for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations.

Write write
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_operations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_create_operations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_operations_get_count_3c0f

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count.

Read read
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_operations_get_count_3c0f '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_operations_get_count_3c0f '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_operations

Delete navigation property operations for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}.

Write write
Parameters
managed_app_registration_id, managed_app_operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_operations '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_operation_id":"example_managed_app_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_delete_operations '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_operation_id":"example_managed_app_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_operations

Get operations from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}.

Read read
Parameters
managed_app_registration_id, managed_app_operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_operations '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_operation_id":"example_managed_app_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_get_operations '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_operation_id":"example_managed_app_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_operations

Update the navigation property operations in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}.

Write write
Parameters
managed_app_registration_id, managed_app_operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_operations '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_operation_id":"example_managed_app_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_registrations_update_operations '{"managed_app_registration_id":"example_managed_app_registration_id","managed_app_operation_id":"example_managed_app_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_managed_app_statuses

Get managedAppStatuses from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppStatuses.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_managed_app_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_managed_app_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_managed_app_statuses

Create new navigation property to managedAppStatuses for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedAppStatuses.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_managed_app_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_managed_app_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_app_statuses_get_count_1655

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppStatuses/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_app_statuses_get_count_1655 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_app_statuses_get_count_1655 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_statuses

Delete navigation property managedAppStatuses for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedAppStatuses/{managedAppStatus-id}.

Write write
Parameters
managed_app_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_statuses '{"managed_app_status_id":"example_managed_app_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_managed_app_statuses '{"managed_app_status_id":"example_managed_app_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_managed_app_statuses

Get managedAppStatuses from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedAppStatuses/{managedAppStatus-id}.

Read read
Parameters
managed_app_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_managed_app_statuses '{"managed_app_status_id":"example_managed_app_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_managed_app_statuses '{"managed_app_status_id":"example_managed_app_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_managed_app_statuses

Update the navigation property managedAppStatuses in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedAppStatuses/{managedAppStatus-id}.

Write write
Parameters
managed_app_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_managed_app_statuses '{"managed_app_status_id":"example_managed_app_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_managed_app_statuses '{"managed_app_status_id":"example_managed_app_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_managed_ebooks

Get managedEBooks from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_managed_ebooks '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_managed_ebooks '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_managed_ebooks

Create new navigation property to managedEBooks for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedEBooks.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_managed_ebooks '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_managed_ebooks '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_count_72ff

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_count_72ff '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_get_count_72ff '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_managed_ebooks

Delete navigation property managedEBooks for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedEBooks/{managedEBook-id}.

Write write
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_managed_ebooks '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_managed_ebooks '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_managed_ebooks

Get managedEBooks from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}.

Read read
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_managed_ebooks '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_managed_ebooks '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_managed_ebooks

Update the navigation property managedEBooks in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedEBooks/{managedEBook-id}.

Write write
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_managed_ebooks '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_managed_ebooks '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_managed_ebook_assign

Invoke action assign\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedEBooks/{managedEBook-id}/assign.

Read read
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_managed_ebook_assign '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_managed_ebook_assign '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/assignments.

Read read
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_assignments '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_list_assignments '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedEBooks/{managedEBook-id}/assignments.

Write write
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_assignments '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_create_assignments '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_assignments_get_count_b034

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count.

Read read
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_assignments_get_count_b034 '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_assignments_get_count_b034 '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}.

Write write
Parameters
managed_ebook_id, managed_ebook_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_assignments '{"managed_ebook_id":"example_managed_ebook_id","managed_ebook_assignment_id":"example_managed_ebook_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_delete_assignments '{"managed_ebook_id":"example_managed_ebook_id","managed_ebook_assignment_id":"example_managed_ebook_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}.

Read read
Parameters
managed_ebook_id, managed_ebook_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_assignments '{"managed_ebook_id":"example_managed_ebook_id","managed_ebook_assignment_id":"example_managed_ebook_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_get_assignments '{"managed_ebook_id":"example_managed_ebook_id","managed_ebook_assignment_id":"example_managed_ebook_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}.

Write write
Parameters
managed_ebook_id, managed_ebook_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_assignments '{"managed_ebook_id":"example_managed_ebook_id","managed_ebook_assignment_id":"example_managed_ebook_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_update_assignments '{"managed_ebook_id":"example_managed_ebook_id","managed_ebook_assignment_id":"example_managed_ebook_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_device_states

Get deviceStates from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates.

Read read
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_device_states '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_list_device_states '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_device_states

Create new navigation property to deviceStates for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates.

Write write
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_device_states '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_create_device_states '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_device_states_get_count_6c04

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count.

Read read
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_device_states_get_count_6c04 '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_device_states_get_count_6c04 '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_device_states

Delete navigation property deviceStates for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}.

Write write
Parameters
managed_ebook_id, device_install_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_device_states '{"managed_ebook_id":"example_managed_ebook_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_delete_device_states '{"managed_ebook_id":"example_managed_ebook_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_device_states

Get deviceStates from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}.

Read read
Parameters
managed_ebook_id, device_install_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_device_states '{"managed_ebook_id":"example_managed_ebook_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_get_device_states '{"managed_ebook_id":"example_managed_ebook_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_device_states

Update the navigation property deviceStates in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}.

Write write
Parameters
managed_ebook_id, device_install_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_device_states '{"managed_ebook_id":"example_managed_ebook_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_update_device_states '{"managed_ebook_id":"example_managed_ebook_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_install_summary

Delete navigation property installSummary for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary.

Write write
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_install_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_delete_install_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_install_summary

Get installSummary from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary.

Read read
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_install_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_get_install_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_install_summary

Update the navigation property installSummary in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary.

Write write
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_install_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_update_install_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_user_state_summary

Get userStateSummary from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary.

Read read
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_list_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_user_state_summary

Create new navigation property to userStateSummary for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary.

Write write
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_create_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_count_862d

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count.

Read read
Parameters
managed_ebook_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_count_862d '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_count_862d '{"managed_ebook_id":"example_managed_ebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_user_state_summary

Delete navigation property userStateSummary for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}.

Write write
Parameters
managed_ebook_id, user_install_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_delete_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_user_state_summary

Get userStateSummary from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}.

Read read
Parameters
managed_ebook_id, user_install_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_get_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_user_state_summary

Update the navigation property userStateSummary in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}.

Write write
Parameters
managed_ebook_id, user_install_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_update_user_state_summary '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_list_device_states

Get deviceStates from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates.

Read read
Parameters
managed_ebook_id, user_install_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_list_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_user_state_summary_list_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_create_device_states

Create new navigation property to deviceStates for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates.

Write write
Parameters
managed_ebook_id, user_install_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_create_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_user_state_summary_create_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_device_states_get_count_a97e

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count.

Read read
Parameters
managed_ebook_id, user_install_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_device_states_get_count_a97e '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_user_state_summary_device_states_get_count_a97e '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_delete_device_states

Delete navigation property deviceStates for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}.

Write write
Parameters
managed_ebook_id, user_install_state_summary_id, device_install_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_delete_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_user_state_summary_delete_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_device_states

Get deviceStates from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}.

Read read
Parameters
managed_ebook_id, user_install_state_summary_id, device_install_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_update_device_states

Update the navigation property deviceStates in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}.

Write write
Parameters
managed_ebook_id, user_install_state_summary_id, device_install_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_update_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_managed_ebooks_user_state_summary_update_device_states '{"managed_ebook_id":"example_managed_ebook_id","user_install_state_summary_id":"example_user_install_state_summary_id","device_install_state_id":"example_device_install_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mdm_windows_information_protection_policies

Get mdmWindowsInformationProtectionPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mdm_windows_information_protection_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mdm_windows_information_protection_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_mdm_windows_information_protection_policies

Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mdmWindowsInformationProtectionPolicies.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_mdm_windows_information_protection_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_mdm_windows_information_protection_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_count_a680

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_count_a680 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_count_a680 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_mdm_windows_information_protection_policies

Delete navigation property mdmWindowsInformationProtectionPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}.

Write write
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_mdm_windows_information_protection_policies '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_mdm_windows_information_protection_policies '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mdm_windows_information_protection_policies

Get mdmWindowsInformationProtectionPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}.

Read read
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mdm_windows_information_protection_policies '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mdm_windows_information_protection_policies '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_mdm_windows_information_protection_policies

Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}.

Write write
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_mdm_windows_information_protection_policies '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_mdm_windows_information_protection_policies '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments.

Read read
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments.

Write write
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_assignments_get_count_12b1

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count.

Read read
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_assignments_get_count_12b1 '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_assignments_get_count_12b1 '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
mdm_windows_information_protection_policy_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Read read
Parameters
mdm_windows_information_protection_policy_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
mdm_windows_information_protection_policy_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_assignments '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_exempt_app_locker_files

Get exemptAppLockerFiles from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles.

Read read
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_exempt_app_locker_files

Create new navigation property to exemptAppLockerFiles for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles.

Write write
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_exempt_app_locker_files_get_count_f6bf

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count.

Read read
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_exempt_app_locker_files_get_count_f6bf '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_exempt_app_locker_files_get_count_f6bf '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_exempt_app_locker_files

Delete navigation property exemptAppLockerFiles for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Write write
Parameters
mdm_windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_exempt_app_locker_files

Get exemptAppLockerFiles from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Read read
Parameters
mdm_windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_exempt_app_locker_files

Update the navigation property exemptAppLockerFiles in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Write write
Parameters
mdm_windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_exempt_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_protected_app_locker_files

Get protectedAppLockerFiles from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles.

Read read
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_protected_app_locker_files

Create new navigation property to protectedAppLockerFiles for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles.

Write write
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_protected_app_locker_files_get_count_5893

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count.

Read read
Parameters
mdm_windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_protected_app_locker_files_get_count_5893 '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_protected_app_locker_files_get_count_5893 '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_protected_app_locker_files

Delete navigation property protectedAppLockerFiles for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Write write
Parameters
mdm_windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_protected_app_locker_files

Get protectedAppLockerFiles from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Read read
Parameters
mdm_windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_protected_app_locker_files

Update the navigation property protectedAppLockerFiles in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Write write
Parameters
mdm_windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_protected_app_locker_files '{"mdm_windows_information_protection_policy_id":"example_mdm_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_categories

Get mobileAppCategories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppCategories.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_app_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_categories

Create new navigation property to mobileAppCategories for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileAppCategories.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_mobile_app_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_categories_get_count_03a0

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppCategories/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_categories_get_count_03a0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_categories_get_count_03a0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_categories

Delete navigation property mobileAppCategories for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}.

Write write
Parameters
mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_categories '{"mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_mobile_app_categories '{"mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_categories

Get mobileAppCategories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_categories '{"mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_app_categories '{"mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_categories

Update the navigation property mobileAppCategories in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}.

Write write
Parameters
mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_categories '{"mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_mobile_app_categories '{"mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_configurations

Get mobileAppConfigurations from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_app_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_configurations

Create new navigation property to mobileAppConfigurations for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileAppConfigurations.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_mobile_app_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_count_15a7

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_count_15a7 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_get_count_15a7 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_configurations

Delete navigation property mobileAppConfigurations for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}.

Write write
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_configurations '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_mobile_app_configurations '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_configurations

Get mobileAppConfigurations from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_configurations '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_app_configurations '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_configurations

Update the navigation property mobileAppConfigurations in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}.

Write write
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_configurations '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_mobile_app_configurations '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_managed_device_mobile_app_configuration_assign

Invoke action assign\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_managed_device_mobile_app_configuration_assign '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_managed_device_mobile_app_configuration_assign '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_list_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments.

Write write
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_create_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_assignments_get_count_24db

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_assignments_get_count_24db '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_assignments_get_count_24db '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}.

Write write
Parameters
managed_device_mobile_app_configuration_id, managed_device_mobile_app_configuration_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_assignment_id":"example_managed_device_mobile_app_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_delete_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_assignment_id":"example_managed_device_mobile_app_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}.

Read read
Parameters
managed_device_mobile_app_configuration_id, managed_device_mobile_app_configuration_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_assignment_id":"example_managed_device_mobile_app_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_get_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_assignment_id":"example_managed_device_mobile_app_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}.

Write write
Parameters
managed_device_mobile_app_configuration_id, managed_device_mobile_app_configuration_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_assignment_id":"example_managed_device_mobile_app_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_update_assignments '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_assignment_id":"example_managed_device_mobile_app_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_device_status_summary

Delete navigation property deviceStatusSummary for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary.

Write write
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_device_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_delete_device_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_device_status_summary

Get deviceStatusSummary from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_device_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_get_device_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_device_status_summary

Update the navigation property deviceStatusSummary in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary.

Write write
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_device_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_update_device_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_device_statuses

Get deviceStatuses from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_list_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_device_statuses

Create new navigation property to deviceStatuses for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses.

Write write
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_create_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_device_statuses_get_count_812c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_device_statuses_get_count_812c '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_device_statuses_get_count_812c '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_device_statuses

Delete navigation property deviceStatuses for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}.

Write write
Parameters
managed_device_mobile_app_configuration_id, managed_device_mobile_app_configuration_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_device_status_id":"example_managed_device_mobile_app_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_delete_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_device_status_id":"example_managed_device_mobile_app_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_device_statuses

Get deviceStatuses from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}.

Read read
Parameters
managed_device_mobile_app_configuration_id, managed_device_mobile_app_configuration_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_device_status_id":"example_managed_device_mobile_app_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_get_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_device_status_id":"example_managed_device_mobile_app_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_device_statuses

Update the navigation property deviceStatuses in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}.

Write write
Parameters
managed_device_mobile_app_configuration_id, managed_device_mobile_app_configuration_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_device_status_id":"example_managed_device_mobile_app_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_update_device_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_device_status_id":"example_managed_device_mobile_app_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_user_status_summary

Delete navigation property userStatusSummary for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary.

Write write
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_user_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_delete_user_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_user_status_summary

Get userStatusSummary from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_user_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_get_user_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_user_status_summary

Update the navigation property userStatusSummary in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary.

Write write
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_user_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_update_user_status_summary '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_user_statuses

Get userStatuses from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_list_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_user_statuses

Create new navigation property to userStatuses for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses.

Write write
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_create_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_user_statuses_get_count_b4b1

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count.

Read read
Parameters
managed_device_mobile_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_user_statuses_get_count_b4b1 '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_user_statuses_get_count_b4b1 '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_user_statuses

Delete navigation property userStatuses for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}.

Write write
Parameters
managed_device_mobile_app_configuration_id, managed_device_mobile_app_configuration_user_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_user_status_id":"example_managed_device_mobile_app_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_delete_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_user_status_id":"example_managed_device_mobile_app_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_user_statuses

Get userStatuses from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}.

Read read
Parameters
managed_device_mobile_app_configuration_id, managed_device_mobile_app_configuration_user_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_user_status_id":"example_managed_device_mobile_app_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_get_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_user_status_id":"example_managed_device_mobile_app_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_user_statuses

Update the navigation property userStatuses in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}.

Write write
Parameters
managed_device_mobile_app_configuration_id, managed_device_mobile_app_configuration_user_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_user_status_id":"example_managed_device_mobile_app_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_configurations_update_user_statuses '{"managed_device_mobile_app_configuration_id":"example_managed_device_mobile_app_configuration_id","managed_device_mobile_app_configuration_user_status_id":"example_managed_device_mobile_app_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_relationships

Get mobileAppRelationships from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppRelationships.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_relationships '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_app_relationships '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_relationships

Create new navigation property to mobileAppRelationships for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileAppRelationships.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_relationships '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_mobile_app_relationships '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_app_relationships_get_count_a82f

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppRelationships/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_app_relationships_get_count_a82f '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_app_relationships_get_count_a82f '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_relationships

Delete navigation property mobileAppRelationships for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}.

Write write
Parameters
mobile_app_relationship_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_relationships '{"mobile_app_relationship_id":"example_mobile_app_relationship_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_mobile_app_relationships '{"mobile_app_relationship_id":"example_mobile_app_relationship_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_relationships

Get mobileAppRelationships from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}.

Read read
Parameters
mobile_app_relationship_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_relationships '{"mobile_app_relationship_id":"example_mobile_app_relationship_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_app_relationships '{"mobile_app_relationship_id":"example_mobile_app_relationship_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_relationships

Update the navigation property mobileAppRelationships in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}.

Write write
Parameters
mobile_app_relationship_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_relationships '{"mobile_app_relationship_id":"example_mobile_app_relationship_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_mobile_app_relationships '{"mobile_app_relationship_id":"example_mobile_app_relationship_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps

Get mobileApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_mobile_apps

Create new navigation property to mobileApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_mobile_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_mobile_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_dcef

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_dcef '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_dcef '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_android_lob_app

Get the items of type microsoft.graph.androidLobApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.androidLobApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_android_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_android_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_android_lob_app_3c7c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.androidLobApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_android_lob_app_3c7c '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_android_lob_app_3c7c '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_android_store_app

Get the items of type microsoft.graph.androidStoreApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.androidStoreApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_android_store_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_android_store_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_android_store_app_fff5

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.androidStoreApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_android_store_app_fff5 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_android_store_app_fff5 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_lob_app

Get the items of type microsoft.graph.iosLobApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.iosLobApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_ios_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_lob_app_f182

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.iosLobApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_lob_app_f182 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_lob_app_f182 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_store_app

Get the items of type microsoft.graph.iosStoreApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.iosStoreApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_store_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_ios_store_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_store_app_6fbc

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.iosStoreApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_store_app_6fbc '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_store_app_6fbc '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_vpp_app

Get the items of type microsoft.graph.iosVppApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.iosVppApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_vpp_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_ios_vpp_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_vpp_app_da96

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.iosVppApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_vpp_app_da96 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_vpp_app_da96 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_mac_osdmg_app

Get the items of type microsoft.graph.macOSDmgApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.macOSDmgApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_mac_osdmg_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_mac_osdmg_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_osdmg_app_b712

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.macOSDmgApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_osdmg_app_b712 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_osdmg_app_b712 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_mac_oslob_app

Get the items of type microsoft.graph.macOSLobApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.macOSLobApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_mac_oslob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_mac_oslob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_oslob_app_6776

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.macOSLobApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_oslob_app_6776 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_oslob_app_6776 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_android_lob_app

Get the items of type microsoft.graph.managedAndroidLobApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.managedAndroidLobApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_android_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_managed_android_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_android_lob_app_8619

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.managedAndroidLobApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_android_lob_app_8619 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_android_lob_app_8619 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_ioslob_app

Get the items of type microsoft.graph.managedIOSLobApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.managedIOSLobApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_ioslob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_managed_ioslob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_ioslob_app_11b8

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.managedIOSLobApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_ioslob_app_11b8 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_ioslob_app_11b8 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_mobile_lob_app

Get the items of type microsoft.graph.managedMobileLobApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.managedMobileLobApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_mobile_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_managed_mobile_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_mobile_lob_app_469d

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.managedMobileLobApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_mobile_lob_app_469d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_mobile_lob_app_469d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_microsoft_store_for_business_app

Get the items of type microsoft.graph.microsoftStoreForBusinessApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_microsoft_store_for_business_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_microsoft_store_for_business_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_microsoft_store_for_business_app_724e

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_microsoft_store_for_business_app_724e '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_microsoft_store_for_business_app_724e '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_win32_lob_app

Get the items of type microsoft.graph.win32LobApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.win32LobApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_win32_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_win32_lob_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_win32_lob_app_513f

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.win32LobApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_win32_lob_app_513f '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_win32_lob_app_513f '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_app_x

Get the items of type microsoft.graph.windowsAppX in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.windowsAppX.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_app_x '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_windows_app_x '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_app_x_2550

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.windowsAppX/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_app_x_2550 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_app_x_2550 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_mobile_msi

Get the items of type microsoft.graph.windowsMobileMSI in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.windowsMobileMSI.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_mobile_msi '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_windows_mobile_msi '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_mobile_msi_5644

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.windowsMobileMSI/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_mobile_msi_5644 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_mobile_msi_5644 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_universal_app_x

Get the items of type microsoft.graph.windowsUniversalAppX in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.windowsUniversalAppX.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_universal_app_x '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_windows_universal_app_x '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_universal_app_x_fe04

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.windowsUniversalAppX/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_universal_app_x_fe04 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_universal_app_x_fe04 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_web_app

Get the items of type microsoft.graph.windowsWebApp in the microsoft.graph.mobileApp collection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.windowsWebApp.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_web_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_mobile_apps_as_windows_web_app '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_web_app_f73a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/graph.windowsWebApp/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_web_app_f73a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_web_app_f73a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_mobile_apps

Delete navigation property mobileApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_mobile_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_mobile_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps

Get mobileApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_mobile_apps

Update the navigation property mobileApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_mobile_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_mobile_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_assign

Invoke action assign\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/assign.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_assign '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_assign '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_assignments_get_count_493c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_assignments_get_count_493c '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_assignments_get_count_493c '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_categories_get_count_6d0e

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_categories_get_count_6d0e '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_categories_get_count_6d0e '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_android_lob_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidLobApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_android_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_android_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_assignments_get_count_1911

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_assignments_get_count_1911 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_assignments_get_count_1911 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_categories_get_count_828c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_categories_get_count_828c '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_categories_get_count_828c '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_count_12ca

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_count_12ca '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_count_12ca '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_contained_apps_get_count_510a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_contained_apps_get_count_510a '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_contained_apps_get_count_510a '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_files_get_count_d41e

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_files_get_count_d41e '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_files_get_count_d41e '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_android_store_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidStoreApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_android_store_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_android_store_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_store_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_assignments_get_count_6eb3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_assignments_get_count_6eb3 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_store_app_assignments_get_count_6eb3 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_store_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_store_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_categories_get_count_2f24

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_categories_get_count_2f24 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_store_app_categories_get_count_2f24 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_lob_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosLobApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_ios_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_assignments_get_count_22ac

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_assignments_get_count_22ac '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_assignments_get_count_22ac '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_categories_get_count_9433

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_categories_get_count_9433 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_categories_get_count_9433 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_count_e450

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_count_e450 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_count_e450 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_contained_apps_get_count_7a04

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_contained_apps_get_count_7a04 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_contained_apps_get_count_7a04 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_files_get_count_ec6f

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_files_get_count_ec6f '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_files_get_count_ec6f '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_store_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosStoreApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_store_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_ios_store_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_assignments_get_count_ec45

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_assignments_get_count_ec45 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_assignments_get_count_ec45 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_categories_get_count_06f1

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_categories_get_count_06f1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_categories_get_count_06f1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_vpp_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosVppApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_vpp_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_ios_vpp_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_assignments_get_count_4b18

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_assignments_get_count_4b18 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_assignments_get_count_4b18 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_categories_get_count_7fa7

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_categories_get_count_7fa7 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_categories_get_count_7fa7 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_mac_osdmg_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSDmgApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_mac_osdmg_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_mac_osdmg_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_assignments_get_count_2a85

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_assignments_get_count_2a85 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_assignments_get_count_2a85 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_categories_get_count_ccbd

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_categories_get_count_ccbd '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_categories_get_count_ccbd '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_count_df85

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_count_df85 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_count_df85 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_contained_apps_get_count_19e5

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_contained_apps_get_count_19e5 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_contained_apps_get_count_19e5 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_files_get_count_36b4

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_files_get_count_36b4 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_files_get_count_36b4 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_mac_oslob_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSLobApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_mac_oslob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_mac_oslob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_assignments_get_count_0658

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_assignments_get_count_0658 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_assignments_get_count_0658 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_categories_get_count_18f1

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_categories_get_count_18f1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_categories_get_count_18f1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_count_f249

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_count_f249 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_count_f249 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_contained_apps_get_count_667c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_contained_apps_get_count_667c '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_contained_apps_get_count_667c '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_files_get_count_ebb2

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_files_get_count_ebb2 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_files_get_count_ebb2 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_android_lob_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedAndroidLobApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_android_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_managed_android_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_assignments_get_count_7cc2

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_assignments_get_count_7cc2 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_assignments_get_count_7cc2 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_categories_get_count_ebb1

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_categories_get_count_ebb1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_categories_get_count_ebb1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_count_bb5b

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_count_bb5b '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_count_bb5b '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_contained_apps_get_count_1666

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_contained_apps_get_count_1666 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_contained_apps_get_count_1666 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_files_get_count_237b

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_files_get_count_237b '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_files_get_count_237b '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_ioslob_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedIOSLobApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_ioslob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_managed_ioslob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_assignments_get_count_6633

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_assignments_get_count_6633 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_assignments_get_count_6633 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_categories_get_count_baea

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_categories_get_count_baea '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_categories_get_count_baea '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_count_57c4

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_count_57c4 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_count_57c4 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_contained_apps_get_count_877c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_contained_apps_get_count_877c '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_contained_apps_get_count_877c '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_files_get_count_6260

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_files_get_count_6260 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_files_get_count_6260 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_mobile_lob_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedMobileLobApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_mobile_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_managed_mobile_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_assignments_get_count_7f2e

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_assignments_get_count_7f2e '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_assignments_get_count_7f2e '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_categories_get_count_6e46

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_categories_get_count_6e46 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_categories_get_count_6e46 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_count_db35

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_count_db35 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_count_db35 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_contained_apps_get_count_4c53

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_contained_apps_get_count_4c53 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_contained_apps_get_count_4c53 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_files_get_count_f9ec

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_files_get_count_f9ec '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_files_get_count_f9ec '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_microsoft_store_for_business_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.microsoftStoreForBusinessApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_microsoft_store_for_business_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_microsoft_store_for_business_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_assignments_get_count_38b3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_assignments_get_count_38b3 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_assignments_get_count_38b3 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_categories_get_count_e09e

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_categories_get_count_e09e '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_categories_get_count_e09e '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_win32_lob_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.win32LobApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_win32_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_win32_lob_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_assignments_get_count_ce71

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_assignments_get_count_ce71 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_assignments_get_count_ce71 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_categories_get_count_fcaa

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_categories_get_count_fcaa '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_categories_get_count_fcaa '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_count_1710

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_count_1710 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_count_1710 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_contained_apps_get_count_5c38

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_contained_apps_get_count_5c38 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_contained_apps_get_count_5c38 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_files_get_count_1de1

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_files_get_count_1de1 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_files_get_count_1de1 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_app_x

Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsAppX\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_app_x '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_windows_app_x '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_assignments_get_count_59b1

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_assignments_get_count_59b1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_assignments_get_count_59b1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_categories_get_count_d1eb

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_categories_get_count_d1eb '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_categories_get_count_d1eb '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_count_e02a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_count_e02a '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_count_e02a '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_contained_apps_get_count_d3ec

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_contained_apps_get_count_d3ec '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_contained_apps_get_count_d3ec '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_files_get_count_21f7

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_files_get_count_21f7 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_files_get_count_21f7 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_mobile_msi

Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsMobileMSI\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_mobile_msi '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_windows_mobile_msi '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_assignments_get_count_4603

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_assignments_get_count_4603 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_assignments_get_count_4603 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_categories_get_count_4240

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_categories_get_count_4240 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_categories_get_count_4240 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_count_4cf0

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_count_4cf0 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_count_4cf0 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_contained_apps_get_count_1ef7

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_contained_apps_get_count_1ef7 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_contained_apps_get_count_1ef7 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_files_get_count_56d9

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_files_get_count_56d9 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_files_get_count_56d9 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_universal_app_x

Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsUniversalAppX\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_universal_app_x '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_windows_universal_app_x '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_assignments_get_count_07a1

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_assignments_get_count_07a1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_assignments_get_count_07a1 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_categories_get_count_c2ed

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_categories_get_count_c2ed '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_categories_get_count_c2ed '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_committed_contained_apps

Get committedContainedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_committed_contained_apps

Create new navigation property to committedContainedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_committed_contained_apps_get_count_b859

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_committed_contained_apps_get_count_b859 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_committed_contained_apps_get_count_b859 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_committed_contained_apps

Delete navigation property committedContainedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_committed_contained_apps

Get committedContainedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_committed_contained_apps

Update the navigation property committedContainedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_committed_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_content_versions

Create new navigation property to contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_content_versions '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_count_2f10

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_count_2f10 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_count_2f10 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_content_versions

Delete navigation property contentVersions for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_content_versions

Get contentVersions from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_content_versions

Update the navigation property contentVersions in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_content_versions '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_contained_apps

Create new navigation property to containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_contained_apps_get_count_be43

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_contained_apps_get_count_be43 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_contained_apps_get_count_be43 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_contained_apps

Delete navigation property containedApps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_contained_apps

Get containedApps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_contained_apps

Update the navigation property containedApps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_contained_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_contained_apps '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_contained_app_id":"example_mobile_contained_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_files

Create new navigation property to files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files.

Write write
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_files_get_count_43a7

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count.

Read read
Parameters
mobile_app_id, mobile_app_content_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_files_get_count_43a7 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_files_get_count_43a7 '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_files

Delete navigation property files for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_files

Get files from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_files

Update the navigation property files in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}.

Write write
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_files '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit

Invoke action commit\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload

Invoke action renewUpload\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload.

Read read
Parameters
mobile_app_id, mobile_app_content_id, mobile_app_content_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload '{"mobile_app_id":"example_mobile_app_id","mobile_app_content_id":"example_mobile_app_content_id","mobile_app_content_file_id":"example_mobile_app_content_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_web_app

Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsWebApp\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_web_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_mobile_apps_as_windows_web_app '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments.

Write write
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_create_assignments '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_assignments_get_count_0362

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_assignments_get_count_0362 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_assignments_get_count_0362 '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_delete_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}.

Read read
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}.

Write write
Parameters
mobile_app_id, mobile_app_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_update_assignments '{"mobile_app_id":"example_mobile_app_id","mobile_app_assignment_id":"example_mobile_app_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_categories '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_categories_get_count_79ca

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/$count.

Read read
Parameters
mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_categories_get_count_79ca '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_categories_get_count_79ca '{"mobile_app_id":"example_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_categories

Get categories from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}.

Read read
Parameters
mobile_app_id, mobile_app_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_categories '{"mobile_app_id":"example_mobile_app_id","mobile_app_category_id":"example_mobile_app_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_sync_microsoft_store_for_business_apps

Invoke action syncMicrosoftStoreForBusinessApps\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/syncMicrosoftStoreForBusinessApps.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_sync_microsoft_store_for_business_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_sync_microsoft_store_for_business_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_list_targeted_managed_app_configurations

Get targetedManagedAppConfigurations from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_targeted_managed_app_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_targeted_managed_app_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_targeted_managed_app_configurations

Create new navigation property to targetedManagedAppConfigurations for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/targetedManagedAppConfigurations.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_targeted_managed_app_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_targeted_managed_app_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_count_8d50

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_count_8d50 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_get_count_8d50 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_targeted_managed_app_configurations

Delete navigation property targetedManagedAppConfigurations for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}.

Write write
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_targeted_managed_app_configurations '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_targeted_managed_app_configurations '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_targeted_managed_app_configurations

Get targetedManagedAppConfigurations from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}.

Read read
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_targeted_managed_app_configurations '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_targeted_managed_app_configurations '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_targeted_managed_app_configurations

Update the navigation property targetedManagedAppConfigurations in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}.

Write write
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_targeted_managed_app_configurations '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_targeted_managed_app_configurations '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_list_apps

Get apps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps.

Read read
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_list_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_list_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_create_apps

Create new navigation property to apps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps.

Write write
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_create_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_create_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_apps_get_count_0ba7

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count.

Read read
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_apps_get_count_0ba7 '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_apps_get_count_0ba7 '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_apps

Delete navigation property apps for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}.

Write write
Parameters
targeted_managed_app_configuration_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_apps

Get apps from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}.

Read read
Parameters
targeted_managed_app_configuration_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_get_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_apps

Update the navigation property apps in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}.

Write write
Parameters
targeted_managed_app_configuration_id, managed_mobile_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_update_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","managed_mobile_app_id":"example_managed_mobile_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_assign

Invoke action assign\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign.

Read read
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_assign '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_assign '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments.

Read read
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_list_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_list_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments.

Write write
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_create_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_create_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_assignments_get_count_5948

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count.

Read read
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_assignments_get_count_5948 '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_assignments_get_count_5948 '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
targeted_managed_app_configuration_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Read read
Parameters
targeted_managed_app_configuration_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_get_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
targeted_managed_app_configuration_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_update_assignments '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_deployment_summary

Delete navigation property deploymentSummary for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary.

Write write
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_deployment_summary '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_deployment_summary '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_deployment_summary

Get deploymentSummary from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary.

Read read
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_deployment_summary '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_get_deployment_summary '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_deployment_summary

Update the navigation property deploymentSummary in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary.

Write write
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_deployment_summary '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_update_deployment_summary '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_target_apps

Invoke action targetApps\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps.

Read read
Parameters
targeted_managed_app_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_target_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_target_apps '{"targeted_managed_app_configuration_id":"example_targeted_managed_app_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_vpp_tokens

Get vppTokens from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/vppTokens.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_vpp_tokens '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_vpp_tokens '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_vpp_tokens

Create new navigation property to vppTokens for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/vppTokens.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_vpp_tokens '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_vpp_tokens '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_vpp_tokens_get_count_d643

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/vppTokens/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_vpp_tokens_get_count_d643 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_vpp_tokens_get_count_d643 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_vpp_tokens

Delete navigation property vppTokens for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/vppTokens/{vppToken-id}.

Write write
Parameters
vpp_token_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_vpp_tokens '{"vpp_token_id":"example_vpp_token_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_vpp_tokens '{"vpp_token_id":"example_vpp_token_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_vpp_tokens

Get vppTokens from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/vppTokens/{vppToken-id}.

Read read
Parameters
vpp_token_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_vpp_tokens '{"vpp_token_id":"example_vpp_token_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_vpp_tokens '{"vpp_token_id":"example_vpp_token_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_vpp_tokens

Update the navigation property vppTokens in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/vppTokens/{vppToken-id}.

Write write
Parameters
vpp_token_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_vpp_tokens '{"vpp_token_id":"example_vpp_token_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_vpp_tokens '{"vpp_token_id":"example_vpp_token_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_vpp_tokens_vpp_token_sync_licenses

Invoke action syncLicenses\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses.

Read read
Parameters
vpp_token_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_vpp_tokens_vpp_token_sync_licenses '{"vpp_token_id":"example_vpp_token_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_vpp_tokens_vpp_token_sync_licenses '{"vpp_token_id":"example_vpp_token_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_list_windows_information_protection_policies

Get windowsInformationProtectionPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_list_windows_information_protection_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_list_windows_information_protection_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_create_windows_information_protection_policies

Create new navigation property to windowsInformationProtectionPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/windowsInformationProtectionPolicies.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_create_windows_information_protection_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_create_windows_information_protection_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_count_b909

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_count_b909 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_get_count_b909 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_app_management_delete_windows_information_protection_policies

Delete navigation property windowsInformationProtectionPolicies for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}.

Write write
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_delete_windows_information_protection_policies '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_delete_windows_information_protection_policies '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_get_windows_information_protection_policies

Get windowsInformationProtectionPolicies from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}.

Read read
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_get_windows_information_protection_policies '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_get_windows_information_protection_policies '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_update_windows_information_protection_policies

Update the navigation property windowsInformationProtectionPolicies in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}.

Write write
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_update_windows_information_protection_policies '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_update_windows_information_protection_policies '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments.

Read read
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_list_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_assignments

Create new navigation property to assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments.

Write write
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_create_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_assignments_get_count_9869

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count.

Read read
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_assignments_get_count_9869 '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_assignments_get_count_9869 '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_assignments

Delete navigation property assignments for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
windows_information_protection_policy_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_delete_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_assignments

Get assignments from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Read read
Parameters
windows_information_protection_policy_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_get_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_assignments

Update the navigation property assignments in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}.

Write write
Parameters
windows_information_protection_policy_id, targeted_managed_app_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_update_assignments '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","targeted_managed_app_policy_assignment_id":"example_targeted_managed_app_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_exempt_app_locker_files

Get exemptAppLockerFiles from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles.

Read read
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_list_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_exempt_app_locker_files

Create new navigation property to exemptAppLockerFiles for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles.

Write write
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_create_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_exempt_app_locker_files_get_count_65c6

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count.

Read read
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_exempt_app_locker_files_get_count_65c6 '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_exempt_app_locker_files_get_count_65c6 '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_exempt_app_locker_files

Delete navigation property exemptAppLockerFiles for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Write write
Parameters
windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_delete_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_exempt_app_locker_files

Get exemptAppLockerFiles from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Read read
Parameters
windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_get_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_exempt_app_locker_files

Update the navigation property exemptAppLockerFiles in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Write write
Parameters
windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_update_exempt_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_protected_app_locker_files

Get protectedAppLockerFiles from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles.

Read read
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_list_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_protected_app_locker_files

Create new navigation property to protectedAppLockerFiles for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles.

Write write
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_create_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_protected_app_locker_files_get_count_fa50

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count.

Read read
Parameters
windows_information_protection_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_protected_app_locker_files_get_count_fa50 '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_protected_app_locker_files_get_count_fa50 '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_protected_app_locker_files

Delete navigation property protectedAppLockerFiles for deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Write write
Parameters
windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_delete_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_protected_app_locker_files

Get protectedAppLockerFiles from deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Read read
Parameters
windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_get_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_protected_app_locker_files

Update the navigation property protectedAppLockerFiles in deviceAppManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}.

Write write
Parameters
windows_information_protection_policy_id, windows_information_protection_app_locker_file_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_app_management_windows_information_protection_policies_update_protected_app_locker_files '{"windows_information_protection_policy_id":"example_windows_information_protection_policy_id","windows_information_protection_app_locker_file_id":"example_windows_information_protection_app_locker_file_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_management_get_device_management

Get deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_management_get_device_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_management_get_device_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_device_management_update_device_management

Update deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_management_update_device_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_management_update_device_management '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_apple_push_notification_certificate

Delete navigation property applePushNotificationCertificate for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/applePushNotificationCertificate.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_apple_push_notification_certificate '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_apple_push_notification_certificate '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_get_apple_push_notification_certificate

Get applePushNotificationCertificate from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/applePushNotificationCertificate.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_apple_push_notification_certificate '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_apple_push_notification_certificate '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_update_apple_push_notification_certificate

Update the navigation property applePushNotificationCertificate in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/applePushNotificationCertificate.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_apple_push_notification_certificate '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_apple_push_notification_certificate '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request

Invoke function downloadApplePushNotificationCertificateSigningRequest\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest().

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_list_audit_events

Get auditEvents from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/auditEvents.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_audit_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_audit_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_audit_events

Create new navigation property to auditEvents for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/auditEvents.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_audit_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_audit_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_audit_events_get_count_7cd0

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/auditEvents/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_audit_events_get_count_7cd0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_audit_events_get_count_7cd0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_audit_events_get_audit_activity_types

Invoke function getAuditActivityTypes\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/auditEvents/getAuditActivityTypes(category='{category}').

Read read
Parameters
category, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_audit_events_get_audit_activity_types '{"category":"example_category","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_audit_events_get_audit_activity_types '{"category":"example_category","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_audit_events_get_audit_categories

Invoke function getAuditCategories\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/auditEvents/getAuditCategories().

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_audit_events_get_audit_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_audit_events_get_audit_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_audit_events

Delete navigation property auditEvents for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/auditEvents/{auditEvent-id}.

Write write
Parameters
audit_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_audit_events '{"audit_event_id":"example_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_audit_events '{"audit_event_id":"example_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_audit_events

Get auditEvents from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/auditEvents/{auditEvent-id}.

Read read
Parameters
audit_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_audit_events '{"audit_event_id":"example_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_audit_events '{"audit_event_id":"example_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_audit_events

Update the navigation property auditEvents in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/auditEvents/{auditEvent-id}.

Write write
Parameters
audit_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_audit_events '{"audit_event_id":"example_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_audit_events '{"audit_event_id":"example_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_compliance_management_partners

Get complianceManagementPartners from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/complianceManagementPartners.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_compliance_management_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_compliance_management_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_compliance_management_partners

Create new navigation property to complianceManagementPartners for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/complianceManagementPartners.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_compliance_management_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_compliance_management_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_compliance_management_partners_get_count_eeb1

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/complianceManagementPartners/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_compliance_management_partners_get_count_eeb1 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_compliance_management_partners_get_count_eeb1 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_compliance_management_partners

Delete navigation property complianceManagementPartners for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}.

Write write
Parameters
compliance_management_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_compliance_management_partners '{"compliance_management_partner_id":"example_compliance_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_compliance_management_partners '{"compliance_management_partner_id":"example_compliance_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_compliance_management_partners

Get complianceManagementPartners from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}.

Read read
Parameters
compliance_management_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_compliance_management_partners '{"compliance_management_partner_id":"example_compliance_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_compliance_management_partners '{"compliance_management_partner_id":"example_compliance_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_compliance_management_partners

Update the navigation property complianceManagementPartners in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}.

Write write
Parameters
compliance_management_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_compliance_management_partners '{"compliance_management_partner_id":"example_compliance_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_compliance_management_partners '{"compliance_management_partner_id":"example_compliance_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_delete_conditional_access_settings

Delete navigation property conditionalAccessSettings for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/conditionalAccessSettings.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_conditional_access_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_conditional_access_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_get_conditional_access_settings

Get conditionalAccessSettings from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/conditionalAccessSettings.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_conditional_access_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_conditional_access_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_update_conditional_access_settings

Update the navigation property conditionalAccessSettings in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/conditionalAccessSettings.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_conditional_access_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_conditional_access_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_list_detected_apps

Get detectedApps from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/detectedApps.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_detected_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_detected_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_detected_apps

Create new navigation property to detectedApps for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/detectedApps.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_detected_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_detected_apps '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_detected_apps_get_count_0228

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/detectedApps/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_detected_apps_get_count_0228 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_detected_apps_get_count_0228 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_detected_apps

Delete navigation property detectedApps for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/detectedApps/{detectedApp-id}.

Write write
Parameters
detected_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_detected_apps '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_detected_apps '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_detected_apps

Get detectedApps from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/detectedApps/{detectedApp-id}.

Read read
Parameters
detected_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_detected_apps '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_detected_apps '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_detected_apps

Update the navigation property detectedApps in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/detectedApps/{detectedApp-id}.

Write write
Parameters
detected_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_detected_apps '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_detected_apps '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_detected_apps_list_managed_devices

Get managedDevices from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/detectedApps/{detectedApp-id}/managedDevices.

Read read
Parameters
detected_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_detected_apps_list_managed_devices '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_detected_apps_list_managed_devices '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_detected_apps_managed_devices_get_count_d78c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count.

Read read
Parameters
detected_app_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_detected_apps_managed_devices_get_count_d78c '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_detected_apps_managed_devices_get_count_d78c '{"detected_app_id":"example_detected_app_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_detected_apps_get_managed_devices

Get managedDevices from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}.

Read read
Parameters
detected_app_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_detected_apps_get_managed_devices '{"detected_app_id":"example_detected_app_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_detected_apps_get_managed_devices '{"detected_app_id":"example_detected_app_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_list_device_categories

Get deviceCategories from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCategories.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_device_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_device_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_device_categories

Create new navigation property to deviceCategories for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCategories.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_device_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_device_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_device_categories_get_count_ed54

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCategories/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_categories_get_count_ed54 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_categories_get_count_ed54 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_device_categories

Delete navigation property deviceCategories for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCategories/{deviceCategory-id}.

Write write
Parameters
device_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_device_categories '{"device_category_id":"example_device_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_device_categories '{"device_category_id":"example_device_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_device_categories

Get deviceCategories from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCategories/{deviceCategory-id}.

Read read
Parameters
device_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_device_categories '{"device_category_id":"example_device_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_device_categories '{"device_category_id":"example_device_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_device_categories

Update the navigation property deviceCategories in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCategories/{deviceCategory-id}.

Write write
Parameters
device_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_device_categories '{"device_category_id":"example_device_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_device_categories '{"device_category_id":"example_device_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_device_compliance_policies

Get deviceCompliancePolicies from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_device_compliance_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_device_compliance_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_device_compliance_policies

Create new navigation property to deviceCompliancePolicies for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicies.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_device_compliance_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_device_compliance_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_count_6c5d

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_count_6c5d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_get_count_6c5d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policies

Delete navigation property deviceCompliancePolicies for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policies '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_device_compliance_policies '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_device_compliance_policies

Get deviceCompliancePolicies from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_device_compliance_policies '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_device_compliance_policies '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_device_compliance_policies

Update the navigation property deviceCompliancePolicies in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_device_compliance_policies '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_device_compliance_policies '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_assign

Invoke action assign\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_assign '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_assign '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_list_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_assignments

Create new navigation property to assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_create_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_assignments_get_count_332a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_assignments_get_count_332a '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_assignments_get_count_332a '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_assignments

Delete navigation property assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_policy_assignment_id":"example_device_compliance_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_delete_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_policy_assignment_id":"example_device_compliance_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}.

Read read
Parameters
device_compliance_policy_id, device_compliance_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_policy_assignment_id":"example_device_compliance_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_get_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_policy_assignment_id":"example_device_compliance_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_assignments

Update the navigation property assignments in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_policy_assignment_id":"example_device_compliance_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_update_assignments '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_policy_assignment_id":"example_device_compliance_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_device_setting_state_summaries

Get deviceSettingStateSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_list_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_device_setting_state_summaries

Create new navigation property to deviceSettingStateSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_create_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_setting_state_summaries_get_count_6b27

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_setting_state_summaries_get_count_6b27 '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_device_setting_state_summaries_get_count_6b27 '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_setting_state_summaries

Delete navigation property deviceSettingStateSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}.

Write write
Parameters
device_compliance_policy_id, setting_state_device_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_delete_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_setting_state_summaries

Get deviceSettingStateSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}.

Read read
Parameters
device_compliance_policy_id, setting_state_device_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_get_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_setting_state_summaries

Update the navigation property deviceSettingStateSummaries in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}.

Write write
Parameters
device_compliance_policy_id, setting_state_device_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_update_device_setting_state_summaries '{"device_compliance_policy_id":"example_device_compliance_policy_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_status_overview

Delete navigation property deviceStatusOverview for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_delete_device_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_status_overview

Get deviceStatusOverview from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_get_device_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_status_overview

Update the navigation property deviceStatusOverview in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_update_device_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_device_statuses

Get deviceStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_list_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_device_statuses

Create new navigation property to deviceStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_create_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_statuses_get_count_f70b

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_statuses_get_count_f70b '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_device_statuses_get_count_f70b '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_statuses

Delete navigation property deviceStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_device_status_id":"example_device_compliance_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_delete_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_device_status_id":"example_device_compliance_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_statuses

Get deviceStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}.

Read read
Parameters
device_compliance_policy_id, device_compliance_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_device_status_id":"example_device_compliance_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_get_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_device_status_id":"example_device_compliance_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_statuses

Update the navigation property deviceStatuses in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_device_status_id":"example_device_compliance_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_update_device_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_device_status_id":"example_device_compliance_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_schedule_actions_for_rules

Invoke action scheduleActionsForRules\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_schedule_actions_for_rules '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_schedule_actions_for_rules '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_scheduled_actions_for_rule

Get scheduledActionsForRule from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_list_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_scheduled_actions_for_rule

Create new navigation property to scheduledActionsForRule for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_create_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_count_afd5

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_count_afd5 '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_count_afd5 '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_scheduled_actions_for_rule

Delete navigation property scheduledActionsForRule for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_scheduled_action_for_rule_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_delete_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_scheduled_actions_for_rule

Get scheduledActionsForRule from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}.

Read read
Parameters
device_compliance_policy_id, device_compliance_scheduled_action_for_rule_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_get_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_scheduled_actions_for_rule

Update the navigation property scheduledActionsForRule in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_scheduled_action_for_rule_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_update_scheduled_actions_for_rule '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_list_scheduled_action_configurations

Get scheduledActionConfigurations from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations.

Read read
Parameters
device_compliance_policy_id, device_compliance_scheduled_action_for_rule_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_list_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_list_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_create_scheduled_action_configurations

Create new navigation property to scheduledActionConfigurations for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations.

Write write
Parameters
device_compliance_policy_id, device_compliance_scheduled_action_for_rule_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_create_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_create_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_scheduled_action_configurations_get_count_b4b5

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count.

Read read
Parameters
device_compliance_policy_id, device_compliance_scheduled_action_for_rule_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_scheduled_action_configurations_get_count_b4b5 '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_scheduled_action_configurations_get_count_b4b5 '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_delete_scheduled_action_configurations

Delete navigation property scheduledActionConfigurations for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_scheduled_action_for_rule_id, device_compliance_action_item_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_delete_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","device_compliance_action_item_id":"example_device_compliance_action_item_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_delete_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","device_compliance_action_item_id":"example_device_compliance_action_item_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_scheduled_action_configurations

Get scheduledActionConfigurations from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}.

Read read
Parameters
device_compliance_policy_id, device_compliance_scheduled_action_for_rule_id, device_compliance_action_item_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","device_compliance_action_item_id":"example_device_compliance_action_item_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","device_compliance_action_item_id":"example_device_compliance_action_item_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_update_scheduled_action_configurations

Update the navigation property scheduledActionConfigurations in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_scheduled_action_for_rule_id, device_compliance_action_item_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_update_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","device_compliance_action_item_id":"example_device_compliance_action_item_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_update_scheduled_action_configurations '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_scheduled_action_for_rule_id":"example_device_compliance_scheduled_action_for_rule_id","device_compliance_action_item_id":"example_device_compliance_action_item_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_user_status_overview

Delete navigation property userStatusOverview for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_user_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_delete_user_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_user_status_overview

Get userStatusOverview from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_user_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_get_user_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_user_status_overview

Update the navigation property userStatusOverview in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_user_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_update_user_status_overview '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_user_statuses

Get userStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_list_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_user_statuses

Create new navigation property to userStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses.

Write write
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_create_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_user_statuses_get_count_fa4a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count.

Read read
Parameters
device_compliance_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_user_statuses_get_count_fa4a '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_user_statuses_get_count_fa4a '{"device_compliance_policy_id":"example_device_compliance_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_user_statuses

Delete navigation property userStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_user_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_user_status_id":"example_device_compliance_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_delete_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_user_status_id":"example_device_compliance_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_user_statuses

Get userStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}.

Read read
Parameters
device_compliance_policy_id, device_compliance_user_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_user_status_id":"example_device_compliance_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_get_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_user_status_id":"example_device_compliance_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_user_statuses

Update the navigation property userStatuses in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}.

Write write
Parameters
device_compliance_policy_id, device_compliance_user_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_user_status_id":"example_device_compliance_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policies_update_user_statuses '{"device_compliance_policy_id":"example_device_compliance_policy_id","device_compliance_user_status_id":"example_device_compliance_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policy_device_state_summary

Delete navigation property deviceCompliancePolicyDeviceStateSummary for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicyDeviceStateSummary.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policy_device_state_summary '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_device_compliance_policy_device_state_summary '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_get_device_compliance_policy_device_state_summary

Get deviceCompliancePolicyDeviceStateSummary from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicyDeviceStateSummary.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_device_compliance_policy_device_state_summary '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_device_compliance_policy_device_state_summary '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_update_device_compliance_policy_device_state_summary

Update the navigation property deviceCompliancePolicyDeviceStateSummary in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicyDeviceStateSummary.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_device_compliance_policy_device_state_summary '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_device_compliance_policy_device_state_summary '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_list_device_compliance_policy_setting_state_summaries

Get deviceCompliancePolicySettingStateSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicySettingStateSummaries.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_device_compliance_policy_setting_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_device_compliance_policy_setting_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_device_compliance_policy_setting_state_summaries

Create new navigation property to deviceCompliancePolicySettingStateSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicySettingStateSummaries.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_device_compliance_policy_setting_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_device_compliance_policy_setting_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_count_ca06

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicySettingStateSummaries/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_count_ca06 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_count_ca06 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policy_setting_state_summaries

Delete navigation property deviceCompliancePolicySettingStateSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}.

Write write
Parameters
device_compliance_policy_setting_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policy_setting_state_summaries '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_device_compliance_policy_setting_state_summaries '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_device_compliance_policy_setting_state_summaries

Get deviceCompliancePolicySettingStateSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}.

Read read
Parameters
device_compliance_policy_setting_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_device_compliance_policy_setting_state_summaries '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_device_compliance_policy_setting_state_summaries '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_device_compliance_policy_setting_state_summaries

Update the navigation property deviceCompliancePolicySettingStateSummaries in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}.

Write write
Parameters
device_compliance_policy_setting_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_device_compliance_policy_setting_state_summaries '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_device_compliance_policy_setting_state_summaries '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_list_device_compliance_setting_states

Get deviceComplianceSettingStates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates.

Read read
Parameters
device_compliance_policy_setting_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_list_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_list_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_create_device_compliance_setting_states

Create new navigation property to deviceComplianceSettingStates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates.

Write write
Parameters
device_compliance_policy_setting_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_create_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_create_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_device_compliance_setting_states_get_count_49c2

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count.

Read read
Parameters
device_compliance_policy_setting_state_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_device_compliance_setting_states_get_count_49c2 '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_device_compliance_setting_states_get_count_49c2 '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_delete_device_compliance_setting_states

Delete navigation property deviceComplianceSettingStates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}.

Write write
Parameters
device_compliance_policy_setting_state_summary_id, device_compliance_setting_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_delete_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","device_compliance_setting_state_id":"example_device_compliance_setting_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_delete_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","device_compliance_setting_state_id":"example_device_compliance_setting_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_device_compliance_setting_states

Get deviceComplianceSettingStates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}.

Read read
Parameters
device_compliance_policy_setting_state_summary_id, device_compliance_setting_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","device_compliance_setting_state_id":"example_device_compliance_setting_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","device_compliance_setting_state_id":"example_device_compliance_setting_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_update_device_compliance_setting_states

Update the navigation property deviceComplianceSettingStates in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}.

Write write
Parameters
device_compliance_policy_setting_state_summary_id, device_compliance_setting_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_update_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","device_compliance_setting_state_id":"example_device_compliance_setting_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_update_device_compliance_setting_states '{"device_compliance_policy_setting_state_summary_id":"example_device_compliance_policy_setting_state_summary_id","device_compliance_setting_state_id":"example_device_compliance_setting_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_delete_device_configuration_device_state_summaries

Delete navigation property deviceConfigurationDeviceStateSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceConfigurationDeviceStateSummaries.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_device_configuration_device_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_device_configuration_device_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_get_device_configuration_device_state_summaries

Get deviceConfigurationDeviceStateSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurationDeviceStateSummaries.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_device_configuration_device_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_device_configuration_device_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_update_device_configuration_device_state_summaries

Update the navigation property deviceConfigurationDeviceStateSummaries in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceConfigurationDeviceStateSummaries.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_device_configuration_device_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_device_configuration_device_state_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_list_device_configurations

Get deviceConfigurations from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_device_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_device_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_device_configurations

Create new navigation property to deviceConfigurations for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceConfigurations.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_device_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_device_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_get_count_2013

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_get_count_2013 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_get_count_2013 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_device_configurations

Delete navigation property deviceConfigurations for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceConfigurations/{deviceConfiguration-id}.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_device_configurations '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_device_configurations '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_device_configurations

Get deviceConfigurations from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_device_configurations '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_device_configurations '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_device_configurations

Update the navigation property deviceConfigurations in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceConfigurations/{deviceConfiguration-id}.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_device_configurations '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_device_configurations '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_device_configuration_assign

Invoke action assign\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_device_configuration_assign '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_device_configuration_assign '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_list_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_list_assignments '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_list_assignments '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_create_assignments

Create new navigation property to assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_create_assignments '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_create_assignments '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_assignments_get_count_170b

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_assignments_get_count_170b '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_assignments_get_count_170b '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_delete_assignments

Delete navigation property assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}.

Write write
Parameters
device_configuration_id, device_configuration_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_delete_assignments '{"device_configuration_id":"example_device_configuration_id","device_configuration_assignment_id":"example_device_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_delete_assignments '{"device_configuration_id":"example_device_configuration_id","device_configuration_assignment_id":"example_device_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_get_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}.

Read read
Parameters
device_configuration_id, device_configuration_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_get_assignments '{"device_configuration_id":"example_device_configuration_id","device_configuration_assignment_id":"example_device_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_get_assignments '{"device_configuration_id":"example_device_configuration_id","device_configuration_assignment_id":"example_device_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_update_assignments

Update the navigation property assignments in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}.

Write write
Parameters
device_configuration_id, device_configuration_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_update_assignments '{"device_configuration_id":"example_device_configuration_id","device_configuration_assignment_id":"example_device_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_update_assignments '{"device_configuration_id":"example_device_configuration_id","device_configuration_assignment_id":"example_device_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_list_device_setting_state_summaries

Get deviceSettingStateSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_list_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_list_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_create_device_setting_state_summaries

Create new navigation property to deviceSettingStateSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_create_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_create_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_device_setting_state_summaries_get_count_921c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_device_setting_state_summaries_get_count_921c '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_device_setting_state_summaries_get_count_921c '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_setting_state_summaries

Delete navigation property deviceSettingStateSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}.

Write write
Parameters
device_configuration_id, setting_state_device_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_delete_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_setting_state_summaries

Get deviceSettingStateSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}.

Read read
Parameters
device_configuration_id, setting_state_device_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_get_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_setting_state_summaries

Update the navigation property deviceSettingStateSummaries in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}.

Write write
Parameters
device_configuration_id, setting_state_device_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_update_device_setting_state_summaries '{"device_configuration_id":"example_device_configuration_id","setting_state_device_summary_id":"example_setting_state_device_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_status_overview

Delete navigation property deviceStatusOverview for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_delete_device_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_status_overview

Get deviceStatusOverview from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_get_device_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_status_overview

Update the navigation property deviceStatusOverview in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_update_device_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_list_device_statuses

Get deviceStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_list_device_statuses '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_list_device_statuses '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_create_device_statuses

Create new navigation property to deviceStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_create_device_statuses '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_create_device_statuses '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_device_statuses_get_count_ce20

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_device_statuses_get_count_ce20 '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_device_statuses_get_count_ce20 '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_statuses

Delete navigation property deviceStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}.

Write write
Parameters
device_configuration_id, device_configuration_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_device_status_id":"example_device_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_delete_device_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_device_status_id":"example_device_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_statuses

Get deviceStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}.

Read read
Parameters
device_configuration_id, device_configuration_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_device_status_id":"example_device_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_get_device_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_device_status_id":"example_device_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_statuses

Update the navigation property deviceStatuses in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}.

Write write
Parameters
device_configuration_id, device_configuration_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_device_status_id":"example_device_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_update_device_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_device_status_id":"example_device_configuration_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_device_configuration_get_oma_setting_plain_text_value

Invoke function getOmaSettingPlainTextValue\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}').

Read read
Parameters
device_configuration_id, secret_reference_value_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_device_configuration_get_oma_setting_plain_text_value '{"device_configuration_id":"example_device_configuration_id","secret_reference_value_id":"example_secret_reference_value_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_device_configuration_get_oma_setting_plain_text_value '{"device_configuration_id":"example_device_configuration_id","secret_reference_value_id":"example_secret_reference_value_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_delete_user_status_overview

Delete navigation property userStatusOverview for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_delete_user_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_delete_user_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_get_user_status_overview

Get userStatusOverview from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_get_user_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_get_user_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_update_user_status_overview

Update the navigation property userStatusOverview in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_update_user_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_update_user_status_overview '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_list_user_statuses

Get userStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_list_user_statuses '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_list_user_statuses '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_create_user_statuses

Create new navigation property to userStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses.

Write write
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_create_user_statuses '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_create_user_statuses '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_user_statuses_get_count_a3f6

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count.

Read read
Parameters
device_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_user_statuses_get_count_a3f6 '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_user_statuses_get_count_a3f6 '{"device_configuration_id":"example_device_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_delete_user_statuses

Delete navigation property userStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}.

Write write
Parameters
device_configuration_id, device_configuration_user_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_delete_user_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_user_status_id":"example_device_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_delete_user_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_user_status_id":"example_device_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_get_user_statuses

Get userStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}.

Read read
Parameters
device_configuration_id, device_configuration_user_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_get_user_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_user_status_id":"example_device_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_get_user_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_user_status_id":"example_device_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_configurations_update_user_statuses

Update the navigation property userStatuses in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}.

Write write
Parameters
device_configuration_id, device_configuration_user_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_configurations_update_user_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_user_status_id":"example_device_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_configurations_update_user_statuses '{"device_configuration_id":"example_device_configuration_id","device_configuration_user_status_id":"example_device_configuration_user_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_list_device_enrollment_configurations

Get deviceEnrollmentConfigurations from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceEnrollmentConfigurations.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_device_enrollment_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_device_enrollment_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_device_enrollment_configurations

Create new navigation property to deviceEnrollmentConfigurations for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceEnrollmentConfigurations.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_device_enrollment_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_device_enrollment_configurations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_get_count_69e5

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceEnrollmentConfigurations/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_get_count_69e5 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_enrollment_configurations_get_count_69e5 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_device_enrollment_configurations

Delete navigation property deviceEnrollmentConfigurations for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}.

Write write
Parameters
device_enrollment_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_device_enrollment_configurations '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_device_enrollment_configurations '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_device_enrollment_configurations

Get deviceEnrollmentConfigurations from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}.

Read read
Parameters
device_enrollment_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_device_enrollment_configurations '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_device_enrollment_configurations '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_device_enrollment_configurations

Update the navigation property deviceEnrollmentConfigurations in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}.

Write write
Parameters
device_enrollment_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_device_enrollment_configurations '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_device_enrollment_configurations '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_assign

Invoke action assign\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign.

Read read
Parameters
device_enrollment_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_assign '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_assign '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_list_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments.

Read read
Parameters
device_enrollment_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_list_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_enrollment_configurations_list_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_create_assignments

Create new navigation property to assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments.

Write write
Parameters
device_enrollment_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_create_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_enrollment_configurations_create_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_assignments_get_count_f0d7

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count.

Read read
Parameters
device_enrollment_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_assignments_get_count_f0d7 '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_enrollment_configurations_assignments_get_count_f0d7 '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_delete_assignments

Delete navigation property assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}.

Write write
Parameters
device_enrollment_configuration_id, enrollment_configuration_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_delete_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","enrollment_configuration_assignment_id":"example_enrollment_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_enrollment_configurations_delete_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","enrollment_configuration_assignment_id":"example_enrollment_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_get_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}.

Read read
Parameters
device_enrollment_configuration_id, enrollment_configuration_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_get_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","enrollment_configuration_assignment_id":"example_enrollment_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_enrollment_configurations_get_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","enrollment_configuration_assignment_id":"example_enrollment_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_update_assignments

Update the navigation property assignments in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}.

Write write
Parameters
device_enrollment_configuration_id, enrollment_configuration_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_update_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","enrollment_configuration_assignment_id":"example_enrollment_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_enrollment_configurations_update_assignments '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","enrollment_configuration_assignment_id":"example_enrollment_configuration_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_set_priority

Invoke action setPriority\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority.

Read read
Parameters
device_enrollment_configuration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_set_priority '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_set_priority '{"device_enrollment_configuration_id":"example_device_enrollment_configuration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_device_management_partners

Get deviceManagementPartners from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceManagementPartners.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_device_management_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_device_management_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_device_management_partners

Create new navigation property to deviceManagementPartners for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceManagementPartners.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_device_management_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_device_management_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_device_management_partners_get_count_6f25

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceManagementPartners/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_management_partners_get_count_6f25 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_management_partners_get_count_6f25 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_device_management_partners

Delete navigation property deviceManagementPartners for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}.

Write write
Parameters
device_management_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_device_management_partners '{"device_management_partner_id":"example_device_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_device_management_partners '{"device_management_partner_id":"example_device_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_device_management_partners

Get deviceManagementPartners from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}.

Read read
Parameters
device_management_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_device_management_partners '{"device_management_partner_id":"example_device_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_device_management_partners '{"device_management_partner_id":"example_device_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_device_management_partners

Update the navigation property deviceManagementPartners in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}.

Write write
Parameters
device_management_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_device_management_partners '{"device_management_partner_id":"example_device_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_device_management_partners '{"device_management_partner_id":"example_device_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_device_management_partners_device_management_partner_terminate

Invoke action terminate\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate.

Read read
Parameters
device_management_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_device_management_partners_device_management_partner_terminate '{"device_management_partner_id":"example_device_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_device_management_partners_device_management_partner_terminate '{"device_management_partner_id":"example_device_management_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_exchange_connectors

Get exchangeConnectors from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/exchangeConnectors.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_exchange_connectors '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_exchange_connectors '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_exchange_connectors

Create new navigation property to exchangeConnectors for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/exchangeConnectors.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_exchange_connectors '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_exchange_connectors '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_exchange_connectors_get_count_7e43

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/exchangeConnectors/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_exchange_connectors_get_count_7e43 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_exchange_connectors_get_count_7e43 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_exchange_connectors

Delete navigation property exchangeConnectors for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}.

Write write
Parameters
device_management_exchange_connector_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_exchange_connectors '{"device_management_exchange_connector_id":"example_device_management_exchange_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_exchange_connectors '{"device_management_exchange_connector_id":"example_device_management_exchange_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_exchange_connectors

Get exchangeConnectors from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}.

Read read
Parameters
device_management_exchange_connector_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_exchange_connectors '{"device_management_exchange_connector_id":"example_device_management_exchange_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_exchange_connectors '{"device_management_exchange_connector_id":"example_device_management_exchange_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_exchange_connectors

Update the navigation property exchangeConnectors in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}.

Write write
Parameters
device_management_exchange_connector_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_exchange_connectors '{"device_management_exchange_connector_id":"example_device_management_exchange_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_exchange_connectors '{"device_management_exchange_connector_id":"example_device_management_exchange_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_exchange_connectors_device_management_exchange_connector_sync

Invoke action sync\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync.

Read read
Parameters
device_management_exchange_connector_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_exchange_connectors_device_management_exchange_connector_sync '{"device_management_exchange_connector_id":"example_device_management_exchange_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_exchange_connectors_device_management_exchange_connector_sync '{"device_management_exchange_connector_id":"example_device_management_exchange_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_effective_permissions

Invoke function getEffectivePermissions\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/getEffectivePermissions(scope='{scope}').

Read read
Parameters
scope, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_effective_permissions '{"scope":"example_scope","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_effective_permissions '{"scope":"example_scope","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_imported_windows_autopilot_device_identities

Get importedWindowsAutopilotDeviceIdentities from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/importedWindowsAutopilotDeviceIdentities.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_imported_windows_autopilot_device_identities '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_imported_windows_autopilot_device_identities '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_imported_windows_autopilot_device_identities

Create new navigation property to importedWindowsAutopilotDeviceIdentities for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/importedWindowsAutopilotDeviceIdentities.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_imported_windows_autopilot_device_identities '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_imported_windows_autopilot_device_identities '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_imported_windows_autopilot_device_identities_get_count_36aa

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/importedWindowsAutopilotDeviceIdentities/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_imported_windows_autopilot_device_identities_get_count_36aa '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_imported_windows_autopilot_device_identities_get_count_36aa '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_imported_windows_autopilot_device_identities_import

Invoke action import\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/importedWindowsAutopilotDeviceIdentities/import.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_imported_windows_autopilot_device_identities_import '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_imported_windows_autopilot_device_identities_import '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_imported_windows_autopilot_device_identities

Delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}.

Write write
Parameters
imported_windows_autopilot_device_identity_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_imported_windows_autopilot_device_identities '{"imported_windows_autopilot_device_identity_id":"example_imported_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_imported_windows_autopilot_device_identities '{"imported_windows_autopilot_device_identity_id":"example_imported_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_imported_windows_autopilot_device_identities

Get importedWindowsAutopilotDeviceIdentities from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}.

Read read
Parameters
imported_windows_autopilot_device_identity_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_imported_windows_autopilot_device_identities '{"imported_windows_autopilot_device_identity_id":"example_imported_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_imported_windows_autopilot_device_identities '{"imported_windows_autopilot_device_identity_id":"example_imported_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_imported_windows_autopilot_device_identities

Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}.

Write write
Parameters
imported_windows_autopilot_device_identity_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_imported_windows_autopilot_device_identities '{"imported_windows_autopilot_device_identity_id":"example_imported_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_imported_windows_autopilot_device_identities '{"imported_windows_autopilot_device_identity_id":"example_imported_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_ios_update_statuses

Get iosUpdateStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/iosUpdateStatuses.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_ios_update_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_ios_update_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_ios_update_statuses

Create new navigation property to iosUpdateStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/iosUpdateStatuses.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_ios_update_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_ios_update_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_ios_update_statuses_get_count_c734

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/iosUpdateStatuses/$count.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_ios_update_statuses_get_count_c734 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_ios_update_statuses_get_count_c734 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_ios_update_statuses

Delete navigation property iosUpdateStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}.

Write write
Parameters
ios_update_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_ios_update_statuses '{"ios_update_device_status_id":"example_ios_update_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_ios_update_statuses '{"ios_update_device_status_id":"example_ios_update_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_ios_update_statuses

Get iosUpdateStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}.

Write write
Parameters
ios_update_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_ios_update_statuses '{"ios_update_device_status_id":"example_ios_update_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_ios_update_statuses '{"ios_update_device_status_id":"example_ios_update_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_ios_update_statuses

Update the navigation property iosUpdateStatuses in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}.

Write write
Parameters
ios_update_device_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_ios_update_statuses '{"ios_update_device_status_id":"example_ios_update_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_ios_update_statuses '{"ios_update_device_status_id":"example_ios_update_device_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_managed_device_overview

Get managedDeviceOverview from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDeviceOverview.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_managed_device_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_managed_device_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_list_managed_devices

Get managedDevices from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_managed_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_managed_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_managed_devices

Create new navigation property to managedDevices for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_managed_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_managed_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_get_count_8108

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_get_count_8108 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_get_count_8108 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_managed_devices

Delete navigation property managedDevices for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/managedDevices/{managedDevice-id}.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_managed_devices

Get managedDevices from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_managed_devices

Update the navigation property managedDevices in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/managedDevices/{managedDevice-id}.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_bypass_activation_lock

Invoke action bypassActivationLock\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_bypass_activation_lock '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_bypass_activation_lock '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_clean_windows_device

Invoke action cleanWindowsDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_clean_windows_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_clean_windows_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_delete_user_from_shared_apple_device

Invoke action deleteUserFromSharedAppleDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_delete_user_from_shared_apple_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_delete_user_from_shared_apple_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_category

Delete navigation property deviceCategory for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/managedDevices/{managedDevice-id}/deviceCategory.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_delete_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_category

Get deviceCategory from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/deviceCategory.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_get_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_category

Update the navigation property deviceCategory in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/managedDevices/{managedDevice-id}/deviceCategory.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_update_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_delete_ref_device_category

Delete ref of navigation property deviceCategory for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_delete_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_delete_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_get_ref_device_category

Get ref of deviceCategory from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_get_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_get_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_update_ref_device_category

Update the ref of navigation property deviceCategory in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_update_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_update_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_list_device_compliance_policy_states

Get deviceCompliancePolicyStates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_list_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_list_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_create_device_compliance_policy_states

Create new navigation property to deviceCompliancePolicyStates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_create_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_create_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_device_compliance_policy_states_get_count_dafa

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_device_compliance_policy_states_get_count_dafa '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_device_compliance_policy_states_get_count_dafa '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_compliance_policy_states

Delete navigation property deviceCompliancePolicyStates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}.

Write write
Parameters
managed_device_id, device_compliance_policy_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_delete_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_compliance_policy_states

Get deviceCompliancePolicyStates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}.

Read read
Parameters
managed_device_id, device_compliance_policy_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_get_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_compliance_policy_states

Update the navigation property deviceCompliancePolicyStates in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}.

Write write
Parameters
managed_device_id, device_compliance_policy_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_update_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_list_device_configuration_states

Get deviceConfigurationStates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_list_device_configuration_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_list_device_configuration_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_create_device_configuration_states

Create new navigation property to deviceConfigurationStates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_create_device_configuration_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_create_device_configuration_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_device_configuration_states_get_count_a01e

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_device_configuration_states_get_count_a01e '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_device_configuration_states_get_count_a01e '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_configuration_states

Delete navigation property deviceConfigurationStates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}.

Write write
Parameters
managed_device_id, device_configuration_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_delete_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_configuration_states

Get deviceConfigurationStates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}.

Read read
Parameters
managed_device_id, device_configuration_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_get_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_configuration_states

Update the navigation property deviceConfigurationStates in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}.

Write write
Parameters
managed_device_id, device_configuration_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_update_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_disable_lost_mode

Invoke action disableLostMode\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/disableLostMode.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_disable_lost_mode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_disable_lost_mode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_locate_device

Invoke action locateDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/locateDevice.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_locate_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_locate_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_list_log_collection_requests

Get logCollectionRequests from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_list_log_collection_requests '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_list_log_collection_requests '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_create_log_collection_requests

Create new navigation property to logCollectionRequests for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_create_log_collection_requests '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_create_log_collection_requests '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_log_collection_requests_get_count_78aa

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_log_collection_requests_get_count_78aa '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_log_collection_requests_get_count_78aa '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_delete_log_collection_requests

Delete navigation property logCollectionRequests for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}.

Write write
Parameters
managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_delete_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_delete_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_get_log_collection_requests

Get logCollectionRequests from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}.

Read read
Parameters
managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_get_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_get_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_update_log_collection_requests

Update the navigation property logCollectionRequests in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}.

Write write
Parameters
managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_update_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_update_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url

Invoke action createDownloadUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl.

Write write
Parameters
managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_logout_shared_apple_device_active_user

Invoke action logoutSharedAppleDeviceActiveUser\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_logout_shared_apple_device_active_user '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_logout_shared_apple_device_active_user '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_reboot_now

Invoke action rebootNow\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/rebootNow.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_reboot_now '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_reboot_now '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_recover_passcode

Invoke action recoverPasscode\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_recover_passcode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_recover_passcode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_remote_lock

Invoke action remoteLock\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/remoteLock.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_remote_lock '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_remote_lock '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_request_remote_assistance

Invoke action requestRemoteAssistance\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_request_remote_assistance '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_request_remote_assistance '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_reset_passcode

Invoke action resetPasscode\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/resetPasscode.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_reset_passcode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_reset_passcode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_retire

Invoke action retire\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/retire.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_retire '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_retire '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_shut_down

Invoke action shutDown\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/shutDown.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_shut_down '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_shut_down '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_sync_device

Invoke action syncDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/syncDevice.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_sync_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_sync_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_update_windows_device_account

Invoke action updateWindowsDeviceAccount\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_update_windows_device_account '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_update_windows_device_account '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_list_users

Get users from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/users.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_list_users '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_list_users '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_windows_defender_scan

Invoke action windowsDefenderScan\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_windows_defender_scan '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_windows_defender_scan '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_windows_defender_update_signatures

Invoke action windowsDefenderUpdateSignatures\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_windows_defender_update_signatures '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_windows_defender_update_signatures '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_delete_windows_protection_state

Delete navigation property windowsProtectionState for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_delete_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_delete_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_get_windows_protection_state

Get windowsProtectionState from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_get_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_get_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_update_windows_protection_state

Update the navigation property windowsProtectionState in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_update_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_update_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_list_detected_malware_state

Get detectedMalwareState from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_list_detected_malware_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_windows_protection_state_list_detected_malware_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_create_detected_malware_state

Create new navigation property to detectedMalwareState for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_create_detected_malware_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_windows_protection_state_create_detected_malware_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_detected_malware_state_get_count_59c4

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_detected_malware_state_get_count_59c4 '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_windows_protection_state_detected_malware_state_get_count_59c4 '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_delete_detected_malware_state

Delete navigation property detectedMalwareState for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}.

Write write
Parameters
managed_device_id, windows_device_malware_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_delete_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_windows_protection_state_delete_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_get_detected_malware_state

Get detectedMalwareState from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}.

Read read
Parameters
managed_device_id, windows_device_malware_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_get_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_windows_protection_state_get_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_update_detected_malware_state

Update the navigation property detectedMalwareState in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}.

Write write
Parameters
managed_device_id, windows_device_malware_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_update_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_windows_protection_state_update_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_wipe

Invoke action wipe\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/managedDevices/{managedDevice-id}/wipe.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_wipe '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_managed_devices_managed_device_wipe '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_mobile_app_troubleshooting_events

Get mobileAppTroubleshootingEvents from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/mobileAppTroubleshootingEvents.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_mobile_app_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_mobile_app_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_mobile_app_troubleshooting_events

Create new navigation property to mobileAppTroubleshootingEvents for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/mobileAppTroubleshootingEvents.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_mobile_app_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_mobile_app_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_get_count_9f2d

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/mobileAppTroubleshootingEvents/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_get_count_9f2d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_mobile_app_troubleshooting_events_get_count_9f2d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_mobile_app_troubleshooting_events

Delete navigation property mobileAppTroubleshootingEvents for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}.

Write write
Parameters
mobile_app_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_mobile_app_troubleshooting_events '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_mobile_app_troubleshooting_events '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_mobile_app_troubleshooting_events

Get mobileAppTroubleshootingEvents from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}.

Read read
Parameters
mobile_app_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_mobile_app_troubleshooting_events '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_mobile_app_troubleshooting_events '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_mobile_app_troubleshooting_events

Update the navigation property mobileAppTroubleshootingEvents in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}.

Write write
Parameters
mobile_app_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_mobile_app_troubleshooting_events '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_mobile_app_troubleshooting_events '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_list_app_log_collection_requests

Get appLogCollectionRequests from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests.

Read read
Parameters
mobile_app_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_list_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_mobile_app_troubleshooting_events_list_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_create_app_log_collection_requests

Create new navigation property to appLogCollectionRequests for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests.

Write write
Parameters
mobile_app_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_create_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_mobile_app_troubleshooting_events_create_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_app_log_collection_requests_get_count_0428

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count.

Read read
Parameters
mobile_app_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_app_log_collection_requests_get_count_0428 '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_mobile_app_troubleshooting_events_app_log_collection_requests_get_count_0428 '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_delete_app_log_collection_requests

Delete navigation property appLogCollectionRequests for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}.

Write write
Parameters
mobile_app_troubleshooting_event_id, app_log_collection_request_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_delete_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","app_log_collection_request_id":"example_app_log_collection_request_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_mobile_app_troubleshooting_events_delete_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","app_log_collection_request_id":"example_app_log_collection_request_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_get_app_log_collection_requests

Get appLogCollectionRequests from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}.

Read read
Parameters
mobile_app_troubleshooting_event_id, app_log_collection_request_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_get_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","app_log_collection_request_id":"example_app_log_collection_request_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_mobile_app_troubleshooting_events_get_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","app_log_collection_request_id":"example_app_log_collection_request_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_update_app_log_collection_requests

Update the navigation property appLogCollectionRequests in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}.

Write write
Parameters
mobile_app_troubleshooting_event_id, app_log_collection_request_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_update_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","app_log_collection_request_id":"example_app_log_collection_request_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_mobile_app_troubleshooting_events_update_app_log_collection_requests '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","app_log_collection_request_id":"example_app_log_collection_request_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_mobile_app_troubleshooting_event_app_log_collection_requests_app_log_collection_request_create_download_url

Invoke action createDownloadUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl.

Write write
Parameters
mobile_app_troubleshooting_event_id, app_log_collection_request_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_mobile_app_troubleshooting_event_app_log_collection_requests_app_log_collection_request_create_download_url '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","app_log_collection_request_id":"example_app_log_collection_request_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_mobile_app_troubleshooting_events_mobile_app_troubleshooting_event_app_log_collection_requests_app_log_collection_request_create_download_url '{"mobile_app_troubleshooting_event_id":"example_mobile_app_troubleshooting_event_id","app_log_collection_request_id":"example_app_log_collection_request_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_list_mobile_threat_defense_connectors

Get mobileThreatDefenseConnectors from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/mobileThreatDefenseConnectors.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_mobile_threat_defense_connectors '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_mobile_threat_defense_connectors '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_mobile_threat_defense_connectors

Create new navigation property to mobileThreatDefenseConnectors for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/mobileThreatDefenseConnectors.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_mobile_threat_defense_connectors '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_mobile_threat_defense_connectors '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_mobile_threat_defense_connectors_get_count_7a2a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/mobileThreatDefenseConnectors/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_mobile_threat_defense_connectors_get_count_7a2a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_mobile_threat_defense_connectors_get_count_7a2a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_mobile_threat_defense_connectors

Delete navigation property mobileThreatDefenseConnectors for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}.

Write write
Parameters
mobile_threat_defense_connector_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_mobile_threat_defense_connectors '{"mobile_threat_defense_connector_id":"example_mobile_threat_defense_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_mobile_threat_defense_connectors '{"mobile_threat_defense_connector_id":"example_mobile_threat_defense_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_mobile_threat_defense_connectors

Get mobileThreatDefenseConnectors from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}.

Read read
Parameters
mobile_threat_defense_connector_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_mobile_threat_defense_connectors '{"mobile_threat_defense_connector_id":"example_mobile_threat_defense_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_mobile_threat_defense_connectors '{"mobile_threat_defense_connector_id":"example_mobile_threat_defense_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_mobile_threat_defense_connectors

Update the navigation property mobileThreatDefenseConnectors in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}.

Write write
Parameters
mobile_threat_defense_connector_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_mobile_threat_defense_connectors '{"mobile_threat_defense_connector_id":"example_mobile_threat_defense_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_mobile_threat_defense_connectors '{"mobile_threat_defense_connector_id":"example_mobile_threat_defense_connector_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_notification_message_templates

Get notificationMessageTemplates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/notificationMessageTemplates.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_notification_message_templates '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_notification_message_templates '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_notification_message_templates

Create new navigation property to notificationMessageTemplates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/notificationMessageTemplates.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_notification_message_templates '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_notification_message_templates '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_notification_message_templates_get_count_1654

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/notificationMessageTemplates/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_notification_message_templates_get_count_1654 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_notification_message_templates_get_count_1654 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_notification_message_templates

Delete navigation property notificationMessageTemplates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}.

Write write
Parameters
notification_message_template_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_notification_message_templates '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_notification_message_templates '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_notification_message_templates

Get notificationMessageTemplates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}.

Read read
Parameters
notification_message_template_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_notification_message_templates '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_notification_message_templates '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_notification_message_templates

Update the navigation property notificationMessageTemplates in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}.

Write write
Parameters
notification_message_template_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_notification_message_templates '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_notification_message_templates '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_notification_message_templates_list_localized_notification_messages

Get localizedNotificationMessages from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages.

Read read
Parameters
notification_message_template_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_notification_message_templates_list_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_notification_message_templates_list_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_notification_message_templates_create_localized_notification_messages

Create new navigation property to localizedNotificationMessages for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages.

Write write
Parameters
notification_message_template_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_notification_message_templates_create_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_notification_message_templates_create_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_notification_message_templates_localized_notification_messages_get_count_dee6

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count.

Read read
Parameters
notification_message_template_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_notification_message_templates_localized_notification_messages_get_count_dee6 '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_notification_message_templates_localized_notification_messages_get_count_dee6 '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_notification_message_templates_delete_localized_notification_messages

Delete navigation property localizedNotificationMessages for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}.

Write write
Parameters
notification_message_template_id, localized_notification_message_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_notification_message_templates_delete_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","localized_notification_message_id":"example_localized_notification_message_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_notification_message_templates_delete_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","localized_notification_message_id":"example_localized_notification_message_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_notification_message_templates_get_localized_notification_messages

Get localizedNotificationMessages from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}.

Read read
Parameters
notification_message_template_id, localized_notification_message_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_notification_message_templates_get_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","localized_notification_message_id":"example_localized_notification_message_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_notification_message_templates_get_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","localized_notification_message_id":"example_localized_notification_message_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_notification_message_templates_update_localized_notification_messages

Update the navigation property localizedNotificationMessages in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}.

Write write
Parameters
notification_message_template_id, localized_notification_message_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_notification_message_templates_update_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","localized_notification_message_id":"example_localized_notification_message_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_notification_message_templates_update_localized_notification_messages '{"notification_message_template_id":"example_notification_message_template_id","localized_notification_message_id":"example_localized_notification_message_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_notification_message_templates_notification_message_template_send_test_message

Invoke action sendTestMessage\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage.

Write write
Parameters
notification_message_template_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_notification_message_templates_notification_message_template_send_test_message '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_notification_message_templates_notification_message_template_send_test_message '{"notification_message_template_id":"example_notification_message_template_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_remote_assistance_partners

List remoteAssistancePartners\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/remoteAssistancePartners.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_remote_assistance_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_remote_assistance_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_remote_assistance_partners

Create remoteAssistancePartner\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/remoteAssistancePartners.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_remote_assistance_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_remote_assistance_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_get_count_427d

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/remoteAssistancePartners/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_get_count_427d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_remote_assistance_partners_get_count_427d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_remote_assistance_partners

Delete remoteAssistancePartner\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}.

Write write
Parameters
remote_assistance_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_remote_assistance_partners '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_remote_assistance_partners '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_remote_assistance_partners

Get remoteAssistancePartner\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}.

Read read
Parameters
remote_assistance_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_remote_assistance_partners '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_remote_assistance_partners '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_remote_assistance_partners

Update remoteAssistancePartner\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}.

Write write
Parameters
remote_assistance_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_remote_assistance_partners '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_remote_assistance_partners '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_begin_onboarding

Invoke action beginOnboarding\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding.

Read read
Parameters
remote_assistance_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_begin_onboarding '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_begin_onboarding '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_disconnect

Invoke action disconnect\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect.

Read read
Parameters
remote_assistance_partner_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_disconnect '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_disconnect '{"remote_assistance_partner_id":"example_remote_assistance_partner_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_delete_reports

Delete navigation property reports for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/reports.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_reports '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_reports '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_get_reports

Get reports from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/reports.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_reports '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_reports '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_update_reports

Update the navigation property reports in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/reports.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_reports '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_reports '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_list_export_jobs

Get exportJobs from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/reports/exportJobs.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_list_export_jobs '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_list_export_jobs '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_create_export_jobs

Create new navigation property to exportJobs for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/exportJobs.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_create_export_jobs '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_create_export_jobs '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_export_jobs_get_count_5277

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/reports/exportJobs/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_export_jobs_get_count_5277 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_export_jobs_get_count_5277 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_delete_export_jobs

Delete navigation property exportJobs for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}.

Write write
Parameters
device_management_export_job_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_delete_export_jobs '{"device_management_export_job_id":"example_device_management_export_job_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_delete_export_jobs '{"device_management_export_job_id":"example_device_management_export_job_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_export_jobs

Get exportJobs from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}.

Read read
Parameters
device_management_export_job_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_export_jobs '{"device_management_export_job_id":"example_device_management_export_job_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_export_jobs '{"device_management_export_job_id":"example_device_management_export_job_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_reports_update_export_jobs

Update the navigation property exportJobs in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}.

Write write
Parameters
device_management_export_job_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_update_export_jobs '{"device_management_export_job_id":"example_device_management_export_job_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_update_export_jobs '{"device_management_export_job_id":"example_device_management_export_job_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_cached_report

Invoke action getCachedReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getCachedReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_cached_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_cached_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_report

Invoke action getCompliancePolicyNonComplianceReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getCompliancePolicyNonComplianceReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_summary_report

Invoke action getCompliancePolicyNonComplianceSummaryReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_summary_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_summary_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_compliance_setting_non_compliance_report

Invoke action getComplianceSettingNonComplianceReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getComplianceSettingNonComplianceReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_compliance_setting_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_compliance_setting_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_report

Invoke action getConfigurationPolicyNonComplianceReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getConfigurationPolicyNonComplianceReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_summary_report

Invoke action getConfigurationPolicyNonComplianceSummaryReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_summary_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_summary_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_configuration_setting_non_compliance_report

Invoke action getConfigurationSettingNonComplianceReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getConfigurationSettingNonComplianceReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_configuration_setting_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_configuration_setting_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_device_management_intent_per_setting_contributing_profiles

Invoke action getDeviceManagementIntentPerSettingContributingProfiles\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_device_management_intent_per_setting_contributing_profiles '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_device_management_intent_per_setting_contributing_profiles '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_device_management_intent_settings_report

Invoke action getDeviceManagementIntentSettingsReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getDeviceManagementIntentSettingsReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_device_management_intent_settings_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_device_management_intent_settings_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_device_non_compliance_report

Invoke action getDeviceNonComplianceReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getDeviceNonComplianceReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_device_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_device_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_devices_without_compliance_policy_report

Invoke action getDevicesWithoutCompliancePolicyReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getDevicesWithoutCompliancePolicyReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_devices_without_compliance_policy_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_devices_without_compliance_policy_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_historical_report

Invoke action getHistoricalReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getHistoricalReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_historical_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_historical_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_noncompliant_devices_and_settings_report

Invoke action getNoncompliantDevicesAndSettingsReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getNoncompliantDevicesAndSettingsReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_noncompliant_devices_and_settings_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_noncompliant_devices_and_settings_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_metadata

Invoke action getPolicyNonComplianceMetadata\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getPolicyNonComplianceMetadata.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_metadata '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_policy_non_compliance_metadata '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_report

Invoke action getPolicyNonComplianceReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getPolicyNonComplianceReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_policy_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_summary_report

Invoke action getPolicyNonComplianceSummaryReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getPolicyNonComplianceSummaryReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_summary_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_policy_non_compliance_summary_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_report_filters

Invoke action getReportFilters\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getReportFilters.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_report_filters '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_report_filters '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_get_setting_non_compliance_report

Invoke action getSettingNonComplianceReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/getSettingNonComplianceReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_get_setting_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_get_setting_non_compliance_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_reports_retrieve_device_app_installation_status_report

Invoke action retrieveDeviceAppInstallationStatusReport\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/reports/retrieveDeviceAppInstallationStatusReport.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_reports_retrieve_device_app_installation_status_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_reports_retrieve_device_app_installation_status_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_list_resource_operations

Get resourceOperations from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/resourceOperations.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_resource_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_resource_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_resource_operations

Create new navigation property to resourceOperations for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/resourceOperations.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_resource_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_resource_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_resource_operations_get_count_db11

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/resourceOperations/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_resource_operations_get_count_db11 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_resource_operations_get_count_db11 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_resource_operations

Delete navigation property resourceOperations for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/resourceOperations/{resourceOperation-id}.

Write write
Parameters
resource_operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_resource_operations '{"resource_operation_id":"example_resource_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_resource_operations '{"resource_operation_id":"example_resource_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_resource_operations

Get resourceOperations from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/resourceOperations/{resourceOperation-id}.

Read read
Parameters
resource_operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_resource_operations '{"resource_operation_id":"example_resource_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_resource_operations '{"resource_operation_id":"example_resource_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_resource_operations

Update the navigation property resourceOperations in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/resourceOperations/{resourceOperation-id}.

Write write
Parameters
resource_operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_resource_operations '{"resource_operation_id":"example_resource_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_resource_operations '{"resource_operation_id":"example_resource_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_role_assignments

Get roleAssignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleAssignments.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_role_assignments '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_role_assignments '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_role_assignments

Create new navigation property to roleAssignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/roleAssignments.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_role_assignments '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_role_assignments '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_role_assignments_get_count_13e6

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleAssignments/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_assignments_get_count_13e6 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_assignments_get_count_13e6 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_role_assignments

Delete navigation property roleAssignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}.

Write write
Parameters
device_and_app_management_role_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_role_assignments '{"device_and_app_management_role_assignment_id":"example_device_and_app_management_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_role_assignments '{"device_and_app_management_role_assignment_id":"example_device_and_app_management_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_role_assignments

Get roleAssignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}.

Read read
Parameters
device_and_app_management_role_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_role_assignments '{"device_and_app_management_role_assignment_id":"example_device_and_app_management_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_role_assignments '{"device_and_app_management_role_assignment_id":"example_device_and_app_management_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_role_assignments

Update the navigation property roleAssignments in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}.

Write write
Parameters
device_and_app_management_role_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_role_assignments '{"device_and_app_management_role_assignment_id":"example_device_and_app_management_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_role_assignments '{"device_and_app_management_role_assignment_id":"example_device_and_app_management_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_role_assignments_get_role_definition

Get roleDefinition from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition.

Read read
Parameters
device_and_app_management_role_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_assignments_get_role_definition '{"device_and_app_management_role_assignment_id":"example_device_and_app_management_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_assignments_get_role_definition '{"device_and_app_management_role_assignment_id":"example_device_and_app_management_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_role_definitions

Get roleDefinitions from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleDefinitions.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_role_definitions '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_role_definitions '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_role_definitions

Create new navigation property to roleDefinitions for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/roleDefinitions.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_role_definitions '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_role_definitions '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_role_definitions_get_count_031b

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleDefinitions/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_definitions_get_count_031b '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_definitions_get_count_031b '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_role_definitions

Delete navigation property roleDefinitions for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/roleDefinitions/{roleDefinition-id}.

Write write
Parameters
role_definition_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_role_definitions '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_role_definitions '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_role_definitions

Get roleDefinitions from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleDefinitions/{roleDefinition-id}.

Read read
Parameters
role_definition_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_role_definitions '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_role_definitions '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_role_definitions

Update the navigation property roleDefinitions in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/roleDefinitions/{roleDefinition-id}.

Write write
Parameters
role_definition_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_role_definitions '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_role_definitions '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_role_definitions_list_role_assignments

Get roleAssignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments.

Read read
Parameters
role_definition_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_definitions_list_role_assignments '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_definitions_list_role_assignments '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_role_definitions_create_role_assignments

Create new navigation property to roleAssignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments.

Write write
Parameters
role_definition_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_definitions_create_role_assignments '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_definitions_create_role_assignments '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_role_definitions_role_assignments_get_count_3dca

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count.

Read read
Parameters
role_definition_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_definitions_role_assignments_get_count_3dca '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_definitions_role_assignments_get_count_3dca '{"role_definition_id":"example_role_definition_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_role_definitions_delete_role_assignments

Delete navigation property roleAssignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}.

Write write
Parameters
role_definition_id, role_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_definitions_delete_role_assignments '{"role_definition_id":"example_role_definition_id","role_assignment_id":"example_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_definitions_delete_role_assignments '{"role_definition_id":"example_role_definition_id","role_assignment_id":"example_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_role_definitions_get_role_assignments

Get roleAssignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}.

Read read
Parameters
role_definition_id, role_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_definitions_get_role_assignments '{"role_definition_id":"example_role_definition_id","role_assignment_id":"example_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_definitions_get_role_assignments '{"role_definition_id":"example_role_definition_id","role_assignment_id":"example_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_role_definitions_update_role_assignments

Update the navigation property roleAssignments in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}.

Write write
Parameters
role_definition_id, role_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_definitions_update_role_assignments '{"role_definition_id":"example_role_definition_id","role_assignment_id":"example_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_definitions_update_role_assignments '{"role_definition_id":"example_role_definition_id","role_assignment_id":"example_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_role_definitions_role_assignments_get_role_definition

Get roleDefinition from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition.

Read read
Parameters
role_definition_id, role_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_role_definitions_role_assignments_get_role_definition '{"role_definition_id":"example_role_definition_id","role_assignment_id":"example_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_role_definitions_role_assignments_get_role_definition '{"role_definition_id":"example_role_definition_id","role_assignment_id":"example_role_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_get_software_update_status_summary

Get softwareUpdateStatusSummary from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/softwareUpdateStatusSummary.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_software_update_status_summary '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_software_update_status_summary '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_list_terms_and_conditions

Get termsAndConditions from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_terms_and_conditions '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_terms_and_conditions '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_terms_and_conditions

Create new navigation property to termsAndConditions for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/termsAndConditions.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_terms_and_conditions '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_terms_and_conditions '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_count_b2c0

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_count_b2c0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_get_count_b2c0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_terms_and_conditions

Delete navigation property termsAndConditions for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/termsAndConditions/{termsAndConditions-id}.

Write write
Parameters
terms_and_conditions_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_terms_and_conditions '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_terms_and_conditions '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_terms_and_conditions

Get termsAndConditions from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions/{termsAndConditions-id}.

Read read
Parameters
terms_and_conditions_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_terms_and_conditions '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_terms_and_conditions '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_terms_and_conditions

Update the navigation property termsAndConditions in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/termsAndConditions/{termsAndConditions-id}.

Write write
Parameters
terms_and_conditions_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_terms_and_conditions '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_terms_and_conditions '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_list_acceptance_statuses

Get acceptanceStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses.

Read read
Parameters
terms_and_conditions_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_list_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_list_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_create_acceptance_statuses

Create new navigation property to acceptanceStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses.

Write write
Parameters
terms_and_conditions_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_create_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_create_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_count_d4f9

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count.

Read read
Parameters
terms_and_conditions_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_count_d4f9 '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_count_d4f9 '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_delete_acceptance_statuses

Delete navigation property acceptanceStatuses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}.

Write write
Parameters
terms_and_conditions_id, terms_and_conditions_acceptance_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_delete_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_acceptance_status_id":"example_terms_and_conditions_acceptance_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_delete_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_acceptance_status_id":"example_terms_and_conditions_acceptance_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_acceptance_statuses

Get acceptanceStatuses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}.

Read read
Parameters
terms_and_conditions_id, terms_and_conditions_acceptance_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_acceptance_status_id":"example_terms_and_conditions_acceptance_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_get_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_acceptance_status_id":"example_terms_and_conditions_acceptance_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_update_acceptance_statuses

Update the navigation property acceptanceStatuses in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}.

Write write
Parameters
terms_and_conditions_id, terms_and_conditions_acceptance_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_update_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_acceptance_status_id":"example_terms_and_conditions_acceptance_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_update_acceptance_statuses '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_acceptance_status_id":"example_terms_and_conditions_acceptance_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_terms_and_conditions

Get termsAndConditions from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions.

Read read
Parameters
terms_and_conditions_id, terms_and_conditions_acceptance_status_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_terms_and_conditions '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_acceptance_status_id":"example_terms_and_conditions_acceptance_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_terms_and_conditions '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_acceptance_status_id":"example_terms_and_conditions_acceptance_status_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_list_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments.

Read read
Parameters
terms_and_conditions_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_list_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_list_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_create_assignments

Create new navigation property to assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments.

Write write
Parameters
terms_and_conditions_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_create_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_create_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_assignments_get_count_0a20

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count.

Read read
Parameters
terms_and_conditions_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_assignments_get_count_0a20 '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_assignments_get_count_0a20 '{"terms_and_conditions_id":"example_terms_and_conditions_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_delete_assignments

Delete navigation property assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}.

Write write
Parameters
terms_and_conditions_id, terms_and_conditions_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_delete_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_assignment_id":"example_terms_and_conditions_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_delete_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_assignment_id":"example_terms_and_conditions_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}.

Read read
Parameters
terms_and_conditions_id, terms_and_conditions_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_assignment_id":"example_terms_and_conditions_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_get_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_assignment_id":"example_terms_and_conditions_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_terms_and_conditions_update_assignments

Update the navigation property assignments in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}.

Write write
Parameters
terms_and_conditions_id, terms_and_conditions_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_terms_and_conditions_update_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_assignment_id":"example_terms_and_conditions_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_terms_and_conditions_update_assignments '{"terms_and_conditions_id":"example_terms_and_conditions_id","terms_and_conditions_assignment_id":"example_terms_and_conditions_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_list_troubleshooting_events

Get troubleshootingEvents from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/troubleshootingEvents.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_troubleshooting_events

Create new navigation property to troubleshootingEvents for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/troubleshootingEvents.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_troubleshooting_events_get_count_0f54

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/troubleshootingEvents/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_troubleshooting_events_get_count_0f54 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_troubleshooting_events_get_count_0f54 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_troubleshooting_events

Delete navigation property troubleshootingEvents for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}.

Write write
Parameters
device_management_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_troubleshooting_events

Get troubleshootingEvents from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}.

Read read
Parameters
device_management_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_troubleshooting_events

Update the navigation property troubleshootingEvents in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}.

Write write
Parameters
device_management_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance

Get userExperienceAnalyticsAppHealthApplicationPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance

Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_get_count_6ac7

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_get_count_6ac7 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_get_count_6ac7 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance

Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}.

Write write
Parameters
user_experience_analytics_app_health_application_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance '{"user_experience_analytics_app_health_application_performance_id":"example_user_experience_analytics_app_health_application_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance '{"user_experience_analytics_app_health_application_performance_id":"example_user_experience_analytics_app_health_application_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance

Get userExperienceAnalyticsAppHealthApplicationPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}.

Read read
Parameters
user_experience_analytics_app_health_application_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance '{"user_experience_analytics_app_health_application_performance_id":"example_user_experience_analytics_app_health_application_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance '{"user_experience_analytics_app_health_application_performance_id":"example_user_experience_analytics_app_health_application_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance

Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformance in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}.

Write write
Parameters
user_experience_analytics_app_health_application_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance '{"user_experience_analytics_app_health_application_performance_id":"example_user_experience_analytics_app_health_application_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance '{"user_experience_analytics_app_health_application_performance_id":"example_user_experience_analytics_app_health_application_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_details

Get userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_details

Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_details_get_count_2b1f

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_details_get_count_2b1f '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_details_get_count_2b1f '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_details

Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}.

Write write
Parameters
user_experience_analytics_app_health_app_performance_by_app_version_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_details '{"user_experience_analytics_app_health_app_performance_by_app_version_details_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_details '{"user_experience_analytics_app_health_app_performance_by_app_version_details_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_details

Get userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}.

Read read
Parameters
user_experience_analytics_app_health_app_performance_by_app_version_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_details '{"user_experience_analytics_app_health_app_performance_by_app_version_details_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_details '{"user_experience_analytics_app_health_app_performance_by_app_version_details_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_details

Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}.

Write write
Parameters
user_experience_analytics_app_health_app_performance_by_app_version_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_details '{"user_experience_analytics_app_health_app_performance_by_app_version_details_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_details '{"user_experience_analytics_app_health_app_performance_by_app_version_details_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_device_id

Get userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_device_id

Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_device_id_get_count_d4df

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_device_id_get_count_d4df '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_device_id_get_count_d4df '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_device_id

Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}.

Write write
Parameters
user_experience_analytics_app_health_app_performance_by_app_version_device_id_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"user_experience_analytics_app_health_app_performance_by_app_version_device_id_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_device_id_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"user_experience_analytics_app_health_app_performance_by_app_version_device_id_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_device_id_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_device_id

Get userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}.

Read read
Parameters
user_experience_analytics_app_health_app_performance_by_app_version_device_id_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"user_experience_analytics_app_health_app_performance_by_app_version_device_id_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_device_id_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"user_experience_analytics_app_health_app_performance_by_app_version_device_id_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_device_id_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_device_id

Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}.

Write write
Parameters
user_experience_analytics_app_health_app_performance_by_app_version_device_id_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"user_experience_analytics_app_health_app_performance_by_app_version_device_id_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_device_id_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_device_id '{"user_experience_analytics_app_health_app_performance_by_app_version_device_id_id":"example_user_experience_analytics_app_health_app_performance_by_app_version_device_id_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_osversion

Get userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_osversion '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_osversion '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_osversion

Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_osversion '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_osversion '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_osversion_get_count_e423

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_osversion_get_count_e423 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_osversion_get_count_e423 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_osversion

Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}.

Write write
Parameters
user_experience_analytics_app_health_app_performance_by_osversion_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_osversion '{"user_experience_analytics_app_health_app_performance_by_osversion_id":"example_user_experience_analytics_app_health_app_performance_by_osversion_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_osversion '{"user_experience_analytics_app_health_app_performance_by_osversion_id":"example_user_experience_analytics_app_health_app_performance_by_osversion_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_osversion

Get userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}.

Read read
Parameters
user_experience_analytics_app_health_app_performance_by_osversion_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_osversion '{"user_experience_analytics_app_health_app_performance_by_osversion_id":"example_user_experience_analytics_app_health_app_performance_by_osversion_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_osversion '{"user_experience_analytics_app_health_app_performance_by_osversion_id":"example_user_experience_analytics_app_health_app_performance_by_osversion_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_osversion

Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}.

Write write
Parameters
user_experience_analytics_app_health_app_performance_by_osversion_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_osversion '{"user_experience_analytics_app_health_app_performance_by_osversion_id":"example_user_experience_analytics_app_health_app_performance_by_osversion_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_osversion '{"user_experience_analytics_app_health_app_performance_by_osversion_id":"example_user_experience_analytics_app_health_app_performance_by_osversion_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_model_performance

Get userExperienceAnalyticsAppHealthDeviceModelPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_model_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_app_health_device_model_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_model_performance

Create new navigation property to userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_model_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_app_health_device_model_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_model_performance_get_count_d8bb

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_model_performance_get_count_d8bb '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_device_model_performance_get_count_d8bb '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_model_performance

Delete navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}.

Write write
Parameters
user_experience_analytics_app_health_device_model_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_model_performance '{"user_experience_analytics_app_health_device_model_performance_id":"example_user_experience_analytics_app_health_device_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_model_performance '{"user_experience_analytics_app_health_device_model_performance_id":"example_user_experience_analytics_app_health_device_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_model_performance

Get userExperienceAnalyticsAppHealthDeviceModelPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}.

Read read
Parameters
user_experience_analytics_app_health_device_model_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_model_performance '{"user_experience_analytics_app_health_device_model_performance_id":"example_user_experience_analytics_app_health_device_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_app_health_device_model_performance '{"user_experience_analytics_app_health_device_model_performance_id":"example_user_experience_analytics_app_health_device_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_model_performance

Update the navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}.

Write write
Parameters
user_experience_analytics_app_health_device_model_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_model_performance '{"user_experience_analytics_app_health_device_model_performance_id":"example_user_experience_analytics_app_health_device_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_app_health_device_model_performance '{"user_experience_analytics_app_health_device_model_performance_id":"example_user_experience_analytics_app_health_device_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance

Get userExperienceAnalyticsAppHealthDevicePerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance

Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_get_count_3c87

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_get_count_3c87 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_get_count_3c87 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance

Delete navigation property userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}.

Write write
Parameters
user_experience_analytics_app_health_device_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance '{"user_experience_analytics_app_health_device_performance_id":"example_user_experience_analytics_app_health_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance '{"user_experience_analytics_app_health_device_performance_id":"example_user_experience_analytics_app_health_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance

Get userExperienceAnalyticsAppHealthDevicePerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}.

Read read
Parameters
user_experience_analytics_app_health_device_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance '{"user_experience_analytics_app_health_device_performance_id":"example_user_experience_analytics_app_health_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance '{"user_experience_analytics_app_health_device_performance_id":"example_user_experience_analytics_app_health_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance

Update the navigation property userExperienceAnalyticsAppHealthDevicePerformance in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}.

Write write
Parameters
user_experience_analytics_app_health_device_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance '{"user_experience_analytics_app_health_device_performance_id":"example_user_experience_analytics_app_health_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance '{"user_experience_analytics_app_health_device_performance_id":"example_user_experience_analytics_app_health_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance_details

Get userExperienceAnalyticsAppHealthDevicePerformanceDetails from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance_details

Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_details_get_count_4666

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_details_get_count_4666 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_details_get_count_4666 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance_details

Delete navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}.

Write write
Parameters
user_experience_analytics_app_health_device_performance_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance_details '{"user_experience_analytics_app_health_device_performance_details_id":"example_user_experience_analytics_app_health_device_performance_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance_details '{"user_experience_analytics_app_health_device_performance_details_id":"example_user_experience_analytics_app_health_device_performance_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance_details

Get userExperienceAnalyticsAppHealthDevicePerformanceDetails from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}.

Read read
Parameters
user_experience_analytics_app_health_device_performance_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance_details '{"user_experience_analytics_app_health_device_performance_details_id":"example_user_experience_analytics_app_health_device_performance_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance_details '{"user_experience_analytics_app_health_device_performance_details_id":"example_user_experience_analytics_app_health_device_performance_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance_details

Update the navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}.

Write write
Parameters
user_experience_analytics_app_health_device_performance_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance_details '{"user_experience_analytics_app_health_device_performance_details_id":"example_user_experience_analytics_app_health_device_performance_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance_details '{"user_experience_analytics_app_health_device_performance_details_id":"example_user_experience_analytics_app_health_device_performance_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_osversion_performance

Get userExperienceAnalyticsAppHealthOSVersionPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_osversion_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_app_health_osversion_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_osversion_performance

Create new navigation property to userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_osversion_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_app_health_osversion_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_osversion_performance_get_count_d1f0

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_osversion_performance_get_count_d1f0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_osversion_performance_get_count_d1f0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_osversion_performance

Delete navigation property userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}.

Write write
Parameters
user_experience_analytics_app_health_osversion_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_osversion_performance '{"user_experience_analytics_app_health_osversion_performance_id":"example_user_experience_analytics_app_health_osversion_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_app_health_osversion_performance '{"user_experience_analytics_app_health_osversion_performance_id":"example_user_experience_analytics_app_health_osversion_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_osversion_performance

Get userExperienceAnalyticsAppHealthOSVersionPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}.

Read read
Parameters
user_experience_analytics_app_health_osversion_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_osversion_performance '{"user_experience_analytics_app_health_osversion_performance_id":"example_user_experience_analytics_app_health_osversion_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_app_health_osversion_performance '{"user_experience_analytics_app_health_osversion_performance_id":"example_user_experience_analytics_app_health_osversion_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_osversion_performance

Update the navigation property userExperienceAnalyticsAppHealthOSVersionPerformance in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}.

Write write
Parameters
user_experience_analytics_app_health_osversion_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_osversion_performance '{"user_experience_analytics_app_health_osversion_performance_id":"example_user_experience_analytics_app_health_osversion_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_app_health_osversion_performance '{"user_experience_analytics_app_health_osversion_performance_id":"example_user_experience_analytics_app_health_osversion_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_overview

Delete navigation property userExperienceAnalyticsAppHealthOverview for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthOverview.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_app_health_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_overview

Get userExperienceAnalyticsAppHealthOverview from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthOverview.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_app_health_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_overview

Update the navigation property userExperienceAnalyticsAppHealthOverview in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthOverview.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_app_health_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_list_metric_values

Get metricValues from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_list_metric_values '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_overview_list_metric_values '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_create_metric_values

Create new navigation property to metricValues for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_create_metric_values '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_overview_create_metric_values '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_metric_values_get_count_8e50

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_metric_values_get_count_8e50 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_overview_metric_values_get_count_8e50 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_delete_metric_values

Delete navigation property metricValues for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}.

Write write
Parameters
user_experience_analytics_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_delete_metric_values '{"user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_overview_delete_metric_values '{"user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_get_metric_values

Get metricValues from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}.

Read read
Parameters
user_experience_analytics_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_get_metric_values '{"user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_overview_get_metric_values '{"user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_update_metric_values

Update the navigation property metricValues in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}.

Write write
Parameters
user_experience_analytics_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_update_metric_values '{"user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_app_health_overview_update_metric_values '{"user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_baselines

Get userExperienceAnalyticsBaselines from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_baselines '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_baselines '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_baselines

Create new navigation property to userExperienceAnalyticsBaselines for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsBaselines.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_baselines '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_baselines '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_count_cb93

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_count_cb93 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_baselines_get_count_cb93 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_baselines

Delete navigation property userExperienceAnalyticsBaselines for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}.

Write write
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_baselines '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_baselines '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_baselines

Get userExperienceAnalyticsBaselines from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}.

Read read
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_baselines '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_baselines '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_baselines

Update the navigation property userExperienceAnalyticsBaselines in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}.

Write write
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_baselines '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_baselines '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_app_health_metrics

Get appHealthMetrics from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics.

Read read
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_app_health_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_baselines_get_app_health_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_battery_health_metrics

Get batteryHealthMetrics from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics.

Read read
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_battery_health_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_baselines_get_battery_health_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_best_practices_metrics

Get bestPracticesMetrics from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics.

Read read
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_best_practices_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_baselines_get_best_practices_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_device_boot_performance_metrics

Get deviceBootPerformanceMetrics from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics.

Read read
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_device_boot_performance_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_baselines_get_device_boot_performance_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_reboot_analytics_metrics

Get rebootAnalyticsMetrics from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics.

Read read
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_reboot_analytics_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_baselines_get_reboot_analytics_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_resource_performance_metrics

Get resourcePerformanceMetrics from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics.

Read read
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_resource_performance_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_baselines_get_resource_performance_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_work_from_anywhere_metrics

Get workFromAnywhereMetrics from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics.

Read read
Parameters
user_experience_analytics_baseline_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_work_from_anywhere_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_baselines_get_work_from_anywhere_metrics '{"user_experience_analytics_baseline_id":"example_user_experience_analytics_baseline_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_categories

Get userExperienceAnalyticsCategories from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsCategories.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_categories

Create new navigation property to userExperienceAnalyticsCategories for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsCategories.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_categories '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_get_count_6bb5

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsCategories/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_get_count_6bb5 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_categories_get_count_6bb5 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_categories

Delete navigation property userExperienceAnalyticsCategories for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}.

Write write
Parameters
user_experience_analytics_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_categories '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_categories '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_categories

Get userExperienceAnalyticsCategories from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}.

Read read
Parameters
user_experience_analytics_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_categories '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_categories '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_categories

Update the navigation property userExperienceAnalyticsCategories in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}.

Write write
Parameters
user_experience_analytics_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_categories '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_categories '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_list_metric_values

Get metricValues from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues.

Read read
Parameters
user_experience_analytics_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_list_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_categories_list_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_create_metric_values

Create new navigation property to metricValues for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues.

Write write
Parameters
user_experience_analytics_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_create_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_categories_create_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_metric_values_get_count_a34c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count.

Read read
Parameters
user_experience_analytics_category_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_metric_values_get_count_a34c '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_categories_metric_values_get_count_a34c '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_delete_metric_values

Delete navigation property metricValues for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}.

Write write
Parameters
user_experience_analytics_category_id, user_experience_analytics_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_delete_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_categories_delete_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_get_metric_values

Get metricValues from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}.

Read read
Parameters
user_experience_analytics_category_id, user_experience_analytics_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_get_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_categories_get_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_update_metric_values

Update the navigation property metricValues in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}.

Write write
Parameters
user_experience_analytics_category_id, user_experience_analytics_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_update_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_categories_update_metric_values '{"user_experience_analytics_category_id":"example_user_experience_analytics_category_id","user_experience_analytics_metric_id":"example_user_experience_analytics_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_performance

Get userExperienceAnalyticsDevicePerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDevicePerformance.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_device_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_performance

Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsDevicePerformance.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_device_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_performance_get_count_7e9c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDevicePerformance/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_performance_get_count_7e9c '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_device_performance_get_count_7e9c '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_performance_summarize_device_performance_devices

Invoke function summarizeDevicePerformanceDevices\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}').

Read read
Parameters
summarize_by, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_performance_summarize_device_performance_devices '{"summarize_by":"example_summarize_by","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_device_performance_summarize_device_performance_devices '{"summarize_by":"example_summarize_by","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_performance

Delete navigation property userExperienceAnalyticsDevicePerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}.

Write write
Parameters
user_experience_analytics_device_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_performance '{"user_experience_analytics_device_performance_id":"example_user_experience_analytics_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_device_performance '{"user_experience_analytics_device_performance_id":"example_user_experience_analytics_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_performance

Get userExperienceAnalyticsDevicePerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}.

Read read
Parameters
user_experience_analytics_device_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_performance '{"user_experience_analytics_device_performance_id":"example_user_experience_analytics_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_device_performance '{"user_experience_analytics_device_performance_id":"example_user_experience_analytics_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_performance

Update the navigation property userExperienceAnalyticsDevicePerformance in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}.

Write write
Parameters
user_experience_analytics_device_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_performance '{"user_experience_analytics_device_performance_id":"example_user_experience_analytics_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_device_performance '{"user_experience_analytics_device_performance_id":"example_user_experience_analytics_device_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_scores

Get userExperienceAnalyticsDeviceScores from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceScores.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_scores '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_device_scores '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_scores

Create new navigation property to userExperienceAnalyticsDeviceScores for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsDeviceScores.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_scores '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_device_scores '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_scores_get_count_396a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceScores/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_scores_get_count_396a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_device_scores_get_count_396a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_scores

Delete navigation property userExperienceAnalyticsDeviceScores for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}.

Write write
Parameters
user_experience_analytics_device_scores_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_scores '{"user_experience_analytics_device_scores_id":"example_user_experience_analytics_device_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_device_scores '{"user_experience_analytics_device_scores_id":"example_user_experience_analytics_device_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_scores

Get userExperienceAnalyticsDeviceScores from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}.

Read read
Parameters
user_experience_analytics_device_scores_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_scores '{"user_experience_analytics_device_scores_id":"example_user_experience_analytics_device_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_device_scores '{"user_experience_analytics_device_scores_id":"example_user_experience_analytics_device_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_scores

Update the navigation property userExperienceAnalyticsDeviceScores in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}.

Write write
Parameters
user_experience_analytics_device_scores_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_scores '{"user_experience_analytics_device_scores_id":"example_user_experience_analytics_device_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_device_scores '{"user_experience_analytics_device_scores_id":"example_user_experience_analytics_device_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_history

Get userExperienceAnalyticsDeviceStartupHistory from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceStartupHistory.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_device_startup_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_history

Create new navigation property to userExperienceAnalyticsDeviceStartupHistory for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsDeviceStartupHistory.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_device_startup_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_history_get_count_a819

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_history_get_count_a819 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_device_startup_history_get_count_a819 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_history

Delete navigation property userExperienceAnalyticsDeviceStartupHistory for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}.

Write write
Parameters
user_experience_analytics_device_startup_history_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_history '{"user_experience_analytics_device_startup_history_id":"example_user_experience_analytics_device_startup_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_device_startup_history '{"user_experience_analytics_device_startup_history_id":"example_user_experience_analytics_device_startup_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_history

Get userExperienceAnalyticsDeviceStartupHistory from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}.

Read read
Parameters
user_experience_analytics_device_startup_history_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_history '{"user_experience_analytics_device_startup_history_id":"example_user_experience_analytics_device_startup_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_device_startup_history '{"user_experience_analytics_device_startup_history_id":"example_user_experience_analytics_device_startup_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_history

Update the navigation property userExperienceAnalyticsDeviceStartupHistory in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}.

Write write
Parameters
user_experience_analytics_device_startup_history_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_history '{"user_experience_analytics_device_startup_history_id":"example_user_experience_analytics_device_startup_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_device_startup_history '{"user_experience_analytics_device_startup_history_id":"example_user_experience_analytics_device_startup_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_process_performance

Get userExperienceAnalyticsDeviceStartupProcessPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_process_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_device_startup_process_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_process_performance

Create new navigation property to userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_process_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_device_startup_process_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_process_performance_get_count_2dec

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_process_performance_get_count_2dec '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_device_startup_process_performance_get_count_2dec '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_process_performance

Delete navigation property userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}.

Write write
Parameters
user_experience_analytics_device_startup_process_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_process_performance '{"user_experience_analytics_device_startup_process_performance_id":"example_user_experience_analytics_device_startup_process_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_device_startup_process_performance '{"user_experience_analytics_device_startup_process_performance_id":"example_user_experience_analytics_device_startup_process_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_process_performance

Get userExperienceAnalyticsDeviceStartupProcessPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}.

Read read
Parameters
user_experience_analytics_device_startup_process_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_process_performance '{"user_experience_analytics_device_startup_process_performance_id":"example_user_experience_analytics_device_startup_process_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_device_startup_process_performance '{"user_experience_analytics_device_startup_process_performance_id":"example_user_experience_analytics_device_startup_process_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_process_performance

Update the navigation property userExperienceAnalyticsDeviceStartupProcessPerformance in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}.

Write write
Parameters
user_experience_analytics_device_startup_process_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_process_performance '{"user_experience_analytics_device_startup_process_performance_id":"example_user_experience_analytics_device_startup_process_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_device_startup_process_performance '{"user_experience_analytics_device_startup_process_performance_id":"example_user_experience_analytics_device_startup_process_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_processes

Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_processes '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_device_startup_processes '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_processes

Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_processes '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_device_startup_processes '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_processes_get_count_f629

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_processes_get_count_f629 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_device_startup_processes_get_count_f629 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_processes

Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}.

Write write
Parameters
user_experience_analytics_device_startup_process_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_processes '{"user_experience_analytics_device_startup_process_id":"example_user_experience_analytics_device_startup_process_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_device_startup_processes '{"user_experience_analytics_device_startup_process_id":"example_user_experience_analytics_device_startup_process_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_processes

Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}.

Read read
Parameters
user_experience_analytics_device_startup_process_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_processes '{"user_experience_analytics_device_startup_process_id":"example_user_experience_analytics_device_startup_process_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_device_startup_processes '{"user_experience_analytics_device_startup_process_id":"example_user_experience_analytics_device_startup_process_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_processes

Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}.

Write write
Parameters
user_experience_analytics_device_startup_process_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_processes '{"user_experience_analytics_device_startup_process_id":"example_user_experience_analytics_device_startup_process_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_device_startup_processes '{"user_experience_analytics_device_startup_process_id":"example_user_experience_analytics_device_startup_process_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_metric_history

Get userExperienceAnalyticsMetricHistory from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsMetricHistory.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_metric_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_metric_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_metric_history

Create new navigation property to userExperienceAnalyticsMetricHistory for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsMetricHistory.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_metric_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_metric_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_metric_history_get_count_6671

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsMetricHistory/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_metric_history_get_count_6671 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_metric_history_get_count_6671 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_metric_history

Delete navigation property userExperienceAnalyticsMetricHistory for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}.

Write write
Parameters
user_experience_analytics_metric_history_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_metric_history '{"user_experience_analytics_metric_history_id":"example_user_experience_analytics_metric_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_metric_history '{"user_experience_analytics_metric_history_id":"example_user_experience_analytics_metric_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_metric_history

Get userExperienceAnalyticsMetricHistory from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}.

Read read
Parameters
user_experience_analytics_metric_history_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_metric_history '{"user_experience_analytics_metric_history_id":"example_user_experience_analytics_metric_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_metric_history '{"user_experience_analytics_metric_history_id":"example_user_experience_analytics_metric_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_metric_history

Update the navigation property userExperienceAnalyticsMetricHistory in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}.

Write write
Parameters
user_experience_analytics_metric_history_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_metric_history '{"user_experience_analytics_metric_history_id":"example_user_experience_analytics_metric_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_metric_history '{"user_experience_analytics_metric_history_id":"example_user_experience_analytics_metric_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_model_scores

Get userExperienceAnalyticsModelScores from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsModelScores.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_model_scores '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_model_scores '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_model_scores

Create new navigation property to userExperienceAnalyticsModelScores for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsModelScores.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_model_scores '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_model_scores '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_model_scores_get_count_aff3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsModelScores/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_model_scores_get_count_aff3 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_model_scores_get_count_aff3 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_model_scores

Delete navigation property userExperienceAnalyticsModelScores for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}.

Write write
Parameters
user_experience_analytics_model_scores_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_model_scores '{"user_experience_analytics_model_scores_id":"example_user_experience_analytics_model_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_model_scores '{"user_experience_analytics_model_scores_id":"example_user_experience_analytics_model_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_model_scores

Get userExperienceAnalyticsModelScores from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}.

Read read
Parameters
user_experience_analytics_model_scores_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_model_scores '{"user_experience_analytics_model_scores_id":"example_user_experience_analytics_model_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_model_scores '{"user_experience_analytics_model_scores_id":"example_user_experience_analytics_model_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_model_scores

Update the navigation property userExperienceAnalyticsModelScores in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}.

Write write
Parameters
user_experience_analytics_model_scores_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_model_scores '{"user_experience_analytics_model_scores_id":"example_user_experience_analytics_model_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_model_scores '{"user_experience_analytics_model_scores_id":"example_user_experience_analytics_model_scores_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_overview

Delete navigation property userExperienceAnalyticsOverview for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsOverview.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_overview

Get userExperienceAnalyticsOverview from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsOverview.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_overview

Update the navigation property userExperienceAnalyticsOverview in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsOverview.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_overview '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_score_history

Get userExperienceAnalyticsScoreHistory from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsScoreHistory.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_score_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_score_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_score_history

Create new navigation property to userExperienceAnalyticsScoreHistory for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsScoreHistory.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_score_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_score_history '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_score_history_get_count_e5ba

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsScoreHistory/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_score_history_get_count_e5ba '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_score_history_get_count_e5ba '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_score_history

Delete navigation property userExperienceAnalyticsScoreHistory for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}.

Write write
Parameters
user_experience_analytics_score_history_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_score_history '{"user_experience_analytics_score_history_id":"example_user_experience_analytics_score_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_score_history '{"user_experience_analytics_score_history_id":"example_user_experience_analytics_score_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_score_history

Get userExperienceAnalyticsScoreHistory from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}.

Read read
Parameters
user_experience_analytics_score_history_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_score_history '{"user_experience_analytics_score_history_id":"example_user_experience_analytics_score_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_score_history '{"user_experience_analytics_score_history_id":"example_user_experience_analytics_score_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_score_history

Update the navigation property userExperienceAnalyticsScoreHistory in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}.

Write write
Parameters
user_experience_analytics_score_history_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_score_history '{"user_experience_analytics_score_history_id":"example_user_experience_analytics_score_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_score_history '{"user_experience_analytics_score_history_id":"example_user_experience_analytics_score_history_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_summarize_work_from_anywhere_devices

Invoke function userExperienceAnalyticsSummarizeWorkFromAnywhereDevices\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices().

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_summarize_work_from_anywhere_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_summarize_work_from_anywhere_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_hardware_readiness_metric

Delete navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_hardware_readiness_metric '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_hardware_readiness_metric '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_hardware_readiness_metric

Get userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_hardware_readiness_metric '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_hardware_readiness_metric '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_hardware_readiness_metric

Update the navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_hardware_readiness_metric '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_hardware_readiness_metric '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_metrics

Get userExperienceAnalyticsWorkFromAnywhereMetrics from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_metrics '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_metrics '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_metrics

Create new navigation property to userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_metrics '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_metrics '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_count_2efc

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_count_2efc '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_count_2efc '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_metrics

Delete navigation property userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}.

Write write
Parameters
user_experience_analytics_work_from_anywhere_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_metrics '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_metrics '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_metrics

Get userExperienceAnalyticsWorkFromAnywhereMetrics from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}.

Read read
Parameters
user_experience_analytics_work_from_anywhere_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_metrics '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_metrics '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_metrics

Update the navigation property userExperienceAnalyticsWorkFromAnywhereMetrics in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}.

Write write
Parameters
user_experience_analytics_work_from_anywhere_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_metrics '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_metrics '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_list_metric_devices

Get metricDevices from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices.

Read read
Parameters
user_experience_analytics_work_from_anywhere_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_list_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_list_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_create_metric_devices

Create new navigation property to metricDevices for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices.

Write write
Parameters
user_experience_analytics_work_from_anywhere_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_create_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_create_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_metric_devices_get_count_bd0e

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count.

Read read
Parameters
user_experience_analytics_work_from_anywhere_metric_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_metric_devices_get_count_bd0e '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_metric_devices_get_count_bd0e '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_delete_metric_devices

Delete navigation property metricDevices for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}.

Write write
Parameters
user_experience_analytics_work_from_anywhere_metric_id, user_experience_analytics_work_from_anywhere_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_delete_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","user_experience_analytics_work_from_anywhere_device_id":"example_user_experience_analytics_work_from_anywhere_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_delete_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","user_experience_analytics_work_from_anywhere_device_id":"example_user_experience_analytics_work_from_anywhere_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_metric_devices

Get metricDevices from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}.

Read read
Parameters
user_experience_analytics_work_from_anywhere_metric_id, user_experience_analytics_work_from_anywhere_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","user_experience_analytics_work_from_anywhere_device_id":"example_user_experience_analytics_work_from_anywhere_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","user_experience_analytics_work_from_anywhere_device_id":"example_user_experience_analytics_work_from_anywhere_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_update_metric_devices

Update the navigation property metricDevices in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}.

Write write
Parameters
user_experience_analytics_work_from_anywhere_metric_id, user_experience_analytics_work_from_anywhere_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_update_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","user_experience_analytics_work_from_anywhere_device_id":"example_user_experience_analytics_work_from_anywhere_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_update_metric_devices '{"user_experience_analytics_work_from_anywhere_metric_id":"example_user_experience_analytics_work_from_anywhere_metric_id","user_experience_analytics_work_from_anywhere_device_id":"example_user_experience_analytics_work_from_anywhere_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_model_performance

Get userExperienceAnalyticsWorkFromAnywhereModelPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_model_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_model_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_model_performance

Create new navigation property to userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_model_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_model_performance '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_model_performance_get_count_4b25

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_model_performance_get_count_4b25 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_model_performance_get_count_4b25 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_model_performance

Delete navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}.

Write write
Parameters
user_experience_analytics_work_from_anywhere_model_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_model_performance '{"user_experience_analytics_work_from_anywhere_model_performance_id":"example_user_experience_analytics_work_from_anywhere_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_model_performance '{"user_experience_analytics_work_from_anywhere_model_performance_id":"example_user_experience_analytics_work_from_anywhere_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_model_performance

Get userExperienceAnalyticsWorkFromAnywhereModelPerformance from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}.

Read read
Parameters
user_experience_analytics_work_from_anywhere_model_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_model_performance '{"user_experience_analytics_work_from_anywhere_model_performance_id":"example_user_experience_analytics_work_from_anywhere_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_model_performance '{"user_experience_analytics_work_from_anywhere_model_performance_id":"example_user_experience_analytics_work_from_anywhere_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_model_performance

Update the navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}.

Write write
Parameters
user_experience_analytics_work_from_anywhere_model_performance_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_model_performance '{"user_experience_analytics_work_from_anywhere_model_performance_id":"example_user_experience_analytics_work_from_anywhere_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_model_performance '{"user_experience_analytics_work_from_anywhere_model_performance_id":"example_user_experience_analytics_work_from_anywhere_model_performance_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_verify_windows_enrollment_auto_discovery

Invoke function verifyWindowsEnrollmentAutoDiscovery\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}').

Write write
Parameters
domain_name, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_verify_windows_enrollment_auto_discovery '{"domain_name":"example_domain_name","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_verify_windows_enrollment_auto_discovery '{"domain_name":"example_domain_name","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_delete_virtual_endpoint

Delete navigation property virtualEndpoint for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_virtual_endpoint '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_virtual_endpoint '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_get_virtual_endpoint

Get virtualEndpoint from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_virtual_endpoint '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_virtual_endpoint '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_update_virtual_endpoint

Update the navigation property virtualEndpoint in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_virtual_endpoint '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_virtual_endpoint '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_audit_events

List auditEvents\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/auditEvents.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_audit_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_list_audit_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_audit_events

Create new navigation property to auditEvents for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/auditEvents.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_audit_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_create_audit_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_audit_events_get_count_dc99

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/auditEvents/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_audit_events_get_count_dc99 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_audit_events_get_count_dc99 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_audit_events_get_audit_activity_types

Invoke function getAuditActivityTypes\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes().

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_audit_events_get_audit_activity_types '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_audit_events_get_audit_activity_types '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_audit_events

Delete navigation property auditEvents for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}.

Write write
Parameters
cloud_pc_audit_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_audit_events '{"cloud_pc_audit_event_id":"example_cloud_pc_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_delete_audit_events '{"cloud_pc_audit_event_id":"example_cloud_pc_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_audit_events

Get cloudPcAuditEvent\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}.

Read read
Parameters
cloud_pc_audit_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_audit_events '{"cloud_pc_audit_event_id":"example_cloud_pc_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_get_audit_events '{"cloud_pc_audit_event_id":"example_cloud_pc_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_audit_events

Update the navigation property auditEvents in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}.

Write write
Parameters
cloud_pc_audit_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_audit_events '{"cloud_pc_audit_event_id":"example_cloud_pc_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_update_audit_events '{"cloud_pc_audit_event_id":"example_cloud_pc_audit_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_cloud_pcs

List cloudPCs\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/cloudPCs.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_cloud_pcs '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_list_cloud_pcs '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_cloud_pcs

Create new navigation property to cloudPCs for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/cloudPCs.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_cloud_pcs '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_create_cloud_pcs '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_get_count_07ce

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/cloudPCs/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_get_count_07ce '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_cloud_pcs_get_count_07ce '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_cloud_pcs

Delete navigation property cloudPCs for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}.

Write write
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_cloud_pcs '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_delete_cloud_pcs '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_cloud_pcs

Get cloudPC\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}.

Read read
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_cloud_pcs '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_get_cloud_pcs '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_cloud_pcs

Update the navigation property cloudPCs in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}.

Write write
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_cloud_pcs '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_update_cloud_pcs '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_end_grace_period

Invoke action endGracePeriod\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod.

Read read
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_end_grace_period '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_end_grace_period '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reboot

Invoke action reboot\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot.

Read read
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reboot '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reboot '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_rename

Invoke action rename\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename.

Read read
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_rename '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_rename '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reprovision

Invoke action reprovision\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision.

Read read
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reprovision '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reprovision '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_resize

Invoke action resize\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize.

Read read
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_resize '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_resize '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_restore

Invoke action restore\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore.

Read read
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_restore '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_restore '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_retrieve_cloud_pc_launch_detail

Invoke function retrieveCloudPcLaunchDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveCloudPcLaunchDetail().

Read read
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_retrieve_cloud_pc_launch_detail '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_retrieve_cloud_pc_launch_detail '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_troubleshoot

Invoke action troubleshoot\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot.

Read read
Parameters
cloud_pc_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_troubleshoot '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_troubleshoot '{"cloud_pc_id":"example_cloud_pc_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_device_images

List deviceImages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/deviceImages.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_device_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_list_device_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_device_images

Create cloudPcDeviceImage\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/deviceImages.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_device_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_create_device_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_device_images_get_count_e128

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/deviceImages/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_device_images_get_count_e128 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_device_images_get_count_e128 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_device_images_get_source_images

Invoke function getSourceImages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/deviceImages/getSourceImages().

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_device_images_get_source_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_device_images_get_source_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_device_images

Delete cloudPcDeviceImage\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}.

Write write
Parameters
cloud_pc_device_image_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_device_images '{"cloud_pc_device_image_id":"example_cloud_pc_device_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_delete_device_images '{"cloud_pc_device_image_id":"example_cloud_pc_device_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_device_images

Get cloudPcDeviceImage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}.

Read read
Parameters
cloud_pc_device_image_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_device_images '{"cloud_pc_device_image_id":"example_cloud_pc_device_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_get_device_images '{"cloud_pc_device_image_id":"example_cloud_pc_device_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_device_images

Update the navigation property deviceImages in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}.

Write write
Parameters
cloud_pc_device_image_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_device_images '{"cloud_pc_device_image_id":"example_cloud_pc_device_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_update_device_images '{"cloud_pc_device_image_id":"example_cloud_pc_device_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_gallery_images

List galleryImages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/galleryImages.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_gallery_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_list_gallery_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_gallery_images

Create new navigation property to galleryImages for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/galleryImages.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_gallery_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_create_gallery_images '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_gallery_images_get_count_be1a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/galleryImages/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_gallery_images_get_count_be1a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_gallery_images_get_count_be1a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_gallery_images

Delete navigation property galleryImages for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}.

Write write
Parameters
cloud_pc_gallery_image_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_gallery_images '{"cloud_pc_gallery_image_id":"example_cloud_pc_gallery_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_delete_gallery_images '{"cloud_pc_gallery_image_id":"example_cloud_pc_gallery_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_gallery_images

Get cloudPcGalleryImage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}.

Read read
Parameters
cloud_pc_gallery_image_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_gallery_images '{"cloud_pc_gallery_image_id":"example_cloud_pc_gallery_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_get_gallery_images '{"cloud_pc_gallery_image_id":"example_cloud_pc_gallery_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_gallery_images

Update the navigation property galleryImages in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}.

Write write
Parameters
cloud_pc_gallery_image_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_gallery_images '{"cloud_pc_gallery_image_id":"example_cloud_pc_gallery_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_update_gallery_images '{"cloud_pc_gallery_image_id":"example_cloud_pc_gallery_image_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_on_premises_connections

List onPremisesConnections\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/onPremisesConnections.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_on_premises_connections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_list_on_premises_connections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_on_premises_connections

Create cloudPcOnPremisesConnection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/onPremisesConnections.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_on_premises_connections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_create_on_premises_connections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_get_count_f373

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/onPremisesConnections/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_get_count_f373 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_on_premises_connections_get_count_f373 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_on_premises_connections

Delete cloudPcOnPremisesConnection\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}.

Write write
Parameters
cloud_pc_on_premises_connection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_on_premises_connections '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_delete_on_premises_connections '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_on_premises_connections

Get cloudPcOnPremisesConnection\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}.

Read read
Parameters
cloud_pc_on_premises_connection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_on_premises_connections '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_get_on_premises_connections '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_on_premises_connections

Update cloudPcOnPremisesConnection\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}.

Write write
Parameters
cloud_pc_on_premises_connection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_on_premises_connections '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_update_on_premises_connections '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_run_health_checks

Invoke action runHealthChecks\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks.

Write write
Parameters
cloud_pc_on_premises_connection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_run_health_checks '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_run_health_checks '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_update_ad_domain_password

Invoke action updateAdDomainPassword\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword.

Write write
Parameters
cloud_pc_on_premises_connection_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_update_ad_domain_password '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_update_ad_domain_password '{"cloud_pc_on_premises_connection_id":"example_cloud_pc_on_premises_connection_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_provisioning_policies

List provisioningPolicies\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_provisioning_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_list_provisioning_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_provisioning_policies

Create cloudPcProvisioningPolicy\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/provisioningPolicies.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_provisioning_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_create_provisioning_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_count_08c5

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_count_08c5 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_count_08c5 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_provisioning_policies

Delete cloudPcProvisioningPolicy\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}.

Write write
Parameters
cloud_pc_provisioning_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_provisioning_policies '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_delete_provisioning_policies '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_provisioning_policies

Get cloudPcProvisioningPolicy\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}.

Read read
Parameters
cloud_pc_provisioning_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_provisioning_policies '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_get_provisioning_policies '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_provisioning_policies

Update cloudPcProvisioningPolicy\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}.

Write write
Parameters
cloud_pc_provisioning_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_provisioning_policies '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_update_provisioning_policies '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_cloud_pc_provisioning_policy_assign

Invoke action assign\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign.

Read read
Parameters
cloud_pc_provisioning_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_cloud_pc_provisioning_policy_assign '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_cloud_pc_provisioning_policy_assign '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_list_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments.

Read read
Parameters
cloud_pc_provisioning_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_list_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_list_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_create_assignments

Create new navigation property to assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments.

Write write
Parameters
cloud_pc_provisioning_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_create_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_create_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_count_69f3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count.

Read read
Parameters
cloud_pc_provisioning_policy_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_count_69f3 '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_count_69f3 '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_delete_assignments

Delete navigation property assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}.

Write write
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_delete_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_delete_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}.

Read read
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_update_assignments

Update the navigation property assignments in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}.

Write write
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_update_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_update_assignments '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_list_assigned_users

Get assignedUsers from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers.

Read read
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_list_assigned_users '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_list_assigned_users '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_by_user_principal_name

Get assignedUsers from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers(userPrincipalName='{userPrincipalName}').

Read read
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, user_principal_name, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_by_user_principal_name '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_principal_name":"example_user_principal_name","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_by_user_principal_name '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_principal_name":"example_user_principal_name","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_count_0cc7

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count.

Read read
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_count_0cc7 '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_count_0cc7 '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_assigned_users

Get assignedUsers from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}.

Read read
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_assigned_users '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_assigned_users '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_mailbox_settings

Get mailboxSettings property value\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings.

Read read
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_mailbox_settings '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_mailbox_settings '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_update_mailbox_settings

Update property mailboxSettings value.\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings.

Write write
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_update_mailbox_settings '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_update_mailbox_settings '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_list_service_provisioning_errors

Get serviceProvisioningErrors property value\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors.

Read read
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_list_service_provisioning_errors '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_list_service_provisioning_errors '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_service_provisioning_errors_get_count_115a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count.

Read read
Parameters
cloud_pc_provisioning_policy_id, cloud_pc_provisioning_policy_assignment_id, user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_service_provisioning_errors_get_count_115a '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_service_provisioning_errors_get_count_115a '{"cloud_pc_provisioning_policy_id":"example_cloud_pc_provisioning_policy_id","cloud_pc_provisioning_policy_assignment_id":"example_cloud_pc_provisioning_policy_assignment_id","user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_report

Delete navigation property report for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/report.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_delete_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_report

Get report from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/report.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_get_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_report

Update the navigation property report in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/report.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_update_report '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_report_retrieve_cloud_pc_recommendation_reports

Invoke action retrieveCloudPcRecommendationReports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/report/retrieveCloudPcRecommendationReports.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_report_retrieve_cloud_pc_recommendation_reports '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_report_retrieve_cloud_pc_recommendation_reports '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_user_settings

List userSettings\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/userSettings.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_user_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_list_user_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_user_settings

Create cloudPcUserSetting\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/userSettings.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_user_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_create_user_settings '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_get_count_4aa3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/userSettings/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_get_count_4aa3 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_user_settings_get_count_4aa3 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_user_settings

Delete cloudPcUserSetting\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}.

Write write
Parameters
cloud_pc_user_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_user_settings '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_delete_user_settings '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_user_settings

Get cloudPcUserSetting\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}.

Read read
Parameters
cloud_pc_user_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_user_settings '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_get_user_settings '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_user_settings

Update cloudPcUserSetting\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}.

Write write
Parameters
cloud_pc_user_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_user_settings '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_update_user_settings '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_cloud_pc_user_setting_assign

Invoke action assign\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign.

Read read
Parameters
cloud_pc_user_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_cloud_pc_user_setting_assign '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_user_settings_cloud_pc_user_setting_assign '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_list_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments.

Read read
Parameters
cloud_pc_user_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_list_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_user_settings_list_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_create_assignments

Create new navigation property to assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments.

Write write
Parameters
cloud_pc_user_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_create_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_user_settings_create_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_assignments_get_count_e245

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count.

Read read
Parameters
cloud_pc_user_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_assignments_get_count_e245 '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_user_settings_assignments_get_count_e245 '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_delete_assignments

Delete navigation property assignments for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}.

Write write
Parameters
cloud_pc_user_setting_id, cloud_pc_user_setting_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_delete_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","cloud_pc_user_setting_assignment_id":"example_cloud_pc_user_setting_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_user_settings_delete_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","cloud_pc_user_setting_assignment_id":"example_cloud_pc_user_setting_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_get_assignments

Get assignments from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}.

Read read
Parameters
cloud_pc_user_setting_id, cloud_pc_user_setting_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_get_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","cloud_pc_user_setting_assignment_id":"example_cloud_pc_user_setting_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_user_settings_get_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","cloud_pc_user_setting_assignment_id":"example_cloud_pc_user_setting_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_update_assignments

Update the navigation property assignments in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}.

Write write
Parameters
cloud_pc_user_setting_id, cloud_pc_user_setting_assignment_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_update_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","cloud_pc_user_setting_assignment_id":"example_cloud_pc_user_setting_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_virtual_endpoint_user_settings_update_assignments '{"cloud_pc_user_setting_id":"example_cloud_pc_user_setting_id","cloud_pc_user_setting_assignment_id":"example_cloud_pc_user_setting_assignment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_list_windows_autopilot_device_identities

Get windowsAutopilotDeviceIdentities from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsAutopilotDeviceIdentities.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_windows_autopilot_device_identities '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_windows_autopilot_device_identities '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_windows_autopilot_device_identities

Create new navigation property to windowsAutopilotDeviceIdentities for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/windowsAutopilotDeviceIdentities.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_windows_autopilot_device_identities '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_windows_autopilot_device_identities '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_get_count_0841

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsAutopilotDeviceIdentities/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_get_count_0841 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_autopilot_device_identities_get_count_0841 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_windows_autopilot_device_identities

Delete navigation property windowsAutopilotDeviceIdentities for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}.

Write write
Parameters
windows_autopilot_device_identity_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_windows_autopilot_device_identities '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_windows_autopilot_device_identities '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_windows_autopilot_device_identities

Get windowsAutopilotDeviceIdentities from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}.

Read read
Parameters
windows_autopilot_device_identity_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_windows_autopilot_device_identities '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_windows_autopilot_device_identities '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_windows_autopilot_device_identities

Update the navigation property windowsAutopilotDeviceIdentities in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}.

Write write
Parameters
windows_autopilot_device_identity_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_windows_autopilot_device_identities '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_windows_autopilot_device_identities '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_assign_user_to_device

Invoke action assignUserToDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice.

Write write
Parameters
windows_autopilot_device_identity_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_assign_user_to_device '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_assign_user_to_device '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_unassign_user_from_device

Invoke action unassignUserFromDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice.

Read read
Parameters
windows_autopilot_device_identity_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_unassign_user_from_device '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_unassign_user_from_device '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_update_device_properties

Invoke action updateDeviceProperties\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties.

Write write
Parameters
windows_autopilot_device_identity_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_update_device_properties '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_update_device_properties '{"windows_autopilot_device_identity_id":"example_windows_autopilot_device_identity_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_windows_information_protection_app_learning_summaries

Get windowsInformationProtectionAppLearningSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsInformationProtectionAppLearningSummaries.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_windows_information_protection_app_learning_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_windows_information_protection_app_learning_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_windows_information_protection_app_learning_summaries

Create new navigation property to windowsInformationProtectionAppLearningSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/windowsInformationProtectionAppLearningSummaries.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_windows_information_protection_app_learning_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_windows_information_protection_app_learning_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_windows_information_protection_app_learning_summaries_get_count_07af

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsInformationProtectionAppLearningSummaries/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_information_protection_app_learning_summaries_get_count_07af '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_information_protection_app_learning_summaries_get_count_07af '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_windows_information_protection_app_learning_summaries

Delete navigation property windowsInformationProtectionAppLearningSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}.

Write write
Parameters
windows_information_protection_app_learning_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_windows_information_protection_app_learning_summaries '{"windows_information_protection_app_learning_summary_id":"example_windows_information_protection_app_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_windows_information_protection_app_learning_summaries '{"windows_information_protection_app_learning_summary_id":"example_windows_information_protection_app_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_windows_information_protection_app_learning_summaries

Get windowsInformationProtectionAppLearningSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}.

Read read
Parameters
windows_information_protection_app_learning_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_windows_information_protection_app_learning_summaries '{"windows_information_protection_app_learning_summary_id":"example_windows_information_protection_app_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_windows_information_protection_app_learning_summaries '{"windows_information_protection_app_learning_summary_id":"example_windows_information_protection_app_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_windows_information_protection_app_learning_summaries

Update the navigation property windowsInformationProtectionAppLearningSummaries in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}.

Write write
Parameters
windows_information_protection_app_learning_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_windows_information_protection_app_learning_summaries '{"windows_information_protection_app_learning_summary_id":"example_windows_information_protection_app_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_windows_information_protection_app_learning_summaries '{"windows_information_protection_app_learning_summary_id":"example_windows_information_protection_app_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_windows_information_protection_network_learning_summaries

Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsInformationProtectionNetworkLearningSummaries.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_windows_information_protection_network_learning_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_windows_information_protection_network_learning_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_windows_information_protection_network_learning_summaries

Create new navigation property to windowsInformationProtectionNetworkLearningSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/windowsInformationProtectionNetworkLearningSummaries.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_windows_information_protection_network_learning_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_windows_information_protection_network_learning_summaries '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_windows_information_protection_network_learning_summaries_get_count_c2c3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_information_protection_network_learning_summaries_get_count_c2c3 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_information_protection_network_learning_summaries_get_count_c2c3 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_windows_information_protection_network_learning_summaries

Delete navigation property windowsInformationProtectionNetworkLearningSummaries for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}.

Write write
Parameters
windows_information_protection_network_learning_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_windows_information_protection_network_learning_summaries '{"windows_information_protection_network_learning_summary_id":"example_windows_information_protection_network_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_windows_information_protection_network_learning_summaries '{"windows_information_protection_network_learning_summary_id":"example_windows_information_protection_network_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_windows_information_protection_network_learning_summaries

Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}.

Read read
Parameters
windows_information_protection_network_learning_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_windows_information_protection_network_learning_summaries '{"windows_information_protection_network_learning_summary_id":"example_windows_information_protection_network_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_windows_information_protection_network_learning_summaries '{"windows_information_protection_network_learning_summary_id":"example_windows_information_protection_network_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_windows_information_protection_network_learning_summaries

Update the navigation property windowsInformationProtectionNetworkLearningSummaries in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}.

Write write
Parameters
windows_information_protection_network_learning_summary_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_windows_information_protection_network_learning_summaries '{"windows_information_protection_network_learning_summary_id":"example_windows_information_protection_network_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_windows_information_protection_network_learning_summaries '{"windows_information_protection_network_learning_summary_id":"example_windows_information_protection_network_learning_summary_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_list_windows_malware_information

Get windowsMalwareInformation from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsMalwareInformation.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_list_windows_malware_information '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_list_windows_malware_information '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_create_windows_malware_information

Create new navigation property to windowsMalwareInformation for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/windowsMalwareInformation.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_create_windows_malware_information '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_create_windows_malware_information '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_windows_malware_information_get_count_3d28

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsMalwareInformation/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_malware_information_get_count_3d28 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_malware_information_get_count_3d28 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_device_management_delete_windows_malware_information

Delete navigation property windowsMalwareInformation for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}.

Write write
Parameters
windows_malware_information_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_delete_windows_malware_information '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_delete_windows_malware_information '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_get_windows_malware_information

Get windowsMalwareInformation from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}.

Read read
Parameters
windows_malware_information_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_get_windows_malware_information '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_get_windows_malware_information '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_update_windows_malware_information

Update the navigation property windowsMalwareInformation in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}.

Write write
Parameters
windows_malware_information_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_update_windows_malware_information '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_update_windows_malware_information '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_windows_malware_information_list_device_malware_states

Get deviceMalwareStates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates.

Read read
Parameters
windows_malware_information_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_malware_information_list_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_malware_information_list_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_windows_malware_information_create_device_malware_states

Create new navigation property to deviceMalwareStates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: POST /deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates.

Write write
Parameters
windows_malware_information_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_malware_information_create_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_malware_information_create_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_windows_malware_information_device_malware_states_get_count_bf2c

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count.

Read read
Parameters
windows_malware_information_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_malware_information_device_malware_states_get_count_bf2c '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_malware_information_device_malware_states_get_count_bf2c '{"windows_malware_information_id":"example_windows_malware_information_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_device_management_windows_malware_information_delete_device_malware_states

Delete navigation property deviceMalwareStates for deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}.

Write write
Parameters
windows_malware_information_id, malware_state_for_windows_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_malware_information_delete_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","malware_state_for_windows_device_id":"example_malware_state_for_windows_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_malware_information_delete_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","malware_state_for_windows_device_id":"example_malware_state_for_windows_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_windows_malware_information_get_device_malware_states

Get deviceMalwareStates from deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: GET /deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}.

Read read
Parameters
windows_malware_information_id, malware_state_for_windows_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_malware_information_get_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","malware_state_for_windows_device_id":"example_malware_state_for_windows_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_malware_information_get_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","malware_state_for_windows_device_id":"example_malware_state_for_windows_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_device_management_windows_malware_information_update_device_malware_states

Update the navigation property deviceMalwareStates in deviceManagement\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}.

Write write
Parameters
windows_malware_information_id, malware_state_for_windows_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_device_management_windows_malware_information_update_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","malware_state_for_windows_device_id":"example_malware_state_for_windows_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_device_management_windows_malware_information_update_device_malware_states '{"windows_malware_information_id":"example_windows_malware_information_id","malware_state_for_windows_device_id":"example_malware_state_for_windows_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_list_device_management_troubleshooting_events

Get deviceManagementTroubleshootingEvents from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/deviceManagementTroubleshootingEvents.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_list_device_management_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_list_device_management_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_create_device_management_troubleshooting_events

Create new navigation property to deviceManagementTroubleshootingEvents for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/deviceManagementTroubleshootingEvents.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_create_device_management_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_create_device_management_troubleshooting_events '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_device_management_troubleshooting_events_get_count_0d38

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/deviceManagementTroubleshootingEvents/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_device_management_troubleshooting_events_get_count_0d38 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_device_management_troubleshooting_events_get_count_0d38 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_delete_device_management_troubleshooting_events

Delete navigation property deviceManagementTroubleshootingEvents for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}.

Write write
Parameters
device_management_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_delete_device_management_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_delete_device_management_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_get_device_management_troubleshooting_events

Get deviceManagementTroubleshootingEvents from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}.

Read read
Parameters
device_management_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_get_device_management_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_get_device_management_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_update_device_management_troubleshooting_events

Update the navigation property deviceManagementTroubleshootingEvents in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}.

Write write
Parameters
device_management_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_update_device_management_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_update_device_management_troubleshooting_events '{"device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_get_managed_app_diagnostic_statuses

Invoke function getManagedAppDiagnosticStatuses\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/getManagedAppDiagnosticStatuses().

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_get_managed_app_diagnostic_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_get_managed_app_diagnostic_statuses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_get_managed_app_policies

Invoke function getManagedAppPolicies\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/getManagedAppPolicies().

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_get_managed_app_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_get_managed_app_policies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_list_managed_app_registrations

Get managedAppRegistrations from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedAppRegistrations.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_list_managed_app_registrations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_list_managed_app_registrations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_managed_app_registrations_get_count_3124

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedAppRegistrations/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_app_registrations_get_count_3124 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_app_registrations_get_count_3124 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_get_managed_app_registrations

Get managedAppRegistrations from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedAppRegistrations/{managedAppRegistration-id}.

Read read
Parameters
managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_get_managed_app_registrations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_get_managed_app_registrations '{"managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_list_managed_devices

Get managedDevices from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_list_managed_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_list_managed_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_create_managed_devices

Create new navigation property to managedDevices for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_create_managed_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_create_managed_devices '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_managed_devices_get_count_ff2a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_get_count_ff2a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_get_count_ff2a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_me_delete_managed_devices

Delete navigation property managedDevices for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/managedDevices/{managedDevice-id}.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_delete_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_delete_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_get_managed_devices

Get managedDevices from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_get_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_get_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_update_managed_devices

Update the navigation property managedDevices in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/managedDevices/{managedDevice-id}.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_update_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_update_managed_devices '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_bypass_activation_lock

Invoke action bypassActivationLock\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/bypassActivationLock.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_bypass_activation_lock '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_bypass_activation_lock '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_clean_windows_device

Invoke action cleanWindowsDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/cleanWindowsDevice.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_clean_windows_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_clean_windows_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_delete_user_from_shared_apple_device

Invoke action deleteUserFromSharedAppleDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_delete_user_from_shared_apple_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_delete_user_from_shared_apple_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_delete_device_category

Delete navigation property deviceCategory for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/managedDevices/{managedDevice-id}/deviceCategory.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_delete_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_delete_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_get_device_category

Get deviceCategory from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/deviceCategory.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_get_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_get_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_update_device_category

Update the navigation property deviceCategory in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/managedDevices/{managedDevice-id}/deviceCategory.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_update_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_update_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_delete_ref_device_category

Delete ref of navigation property deviceCategory for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/managedDevices/{managedDevice-id}/deviceCategory/$ref.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_delete_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_delete_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_get_ref_device_category

Get ref of deviceCategory from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/deviceCategory/$ref.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_get_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_get_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_update_ref_device_category

Update the ref of navigation property deviceCategory in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/managedDevices/{managedDevice-id}/deviceCategory/$ref.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_update_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_update_ref_device_category '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_list_device_compliance_policy_states

Get deviceCompliancePolicyStates from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_list_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_list_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_create_device_compliance_policy_states

Create new navigation property to deviceCompliancePolicyStates for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_create_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_create_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_device_compliance_policy_states_get_count_c50d

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_device_compliance_policy_states_get_count_c50d '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_device_compliance_policy_states_get_count_c50d '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_delete_device_compliance_policy_states

Delete navigation property deviceCompliancePolicyStates for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}.

Write write
Parameters
managed_device_id, device_compliance_policy_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_delete_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_delete_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_get_device_compliance_policy_states

Get deviceCompliancePolicyStates from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}.

Read read
Parameters
managed_device_id, device_compliance_policy_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_get_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_get_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_update_device_compliance_policy_states

Update the navigation property deviceCompliancePolicyStates in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}.

Write write
Parameters
managed_device_id, device_compliance_policy_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_update_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_update_device_compliance_policy_states '{"managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_list_device_configuration_states

Get deviceConfigurationStates from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/deviceConfigurationStates.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_list_device_configuration_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_list_device_configuration_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_create_device_configuration_states

Create new navigation property to deviceConfigurationStates for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/deviceConfigurationStates.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_create_device_configuration_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_create_device_configuration_states '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_device_configuration_states_get_count_c4ef

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_device_configuration_states_get_count_c4ef '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_device_configuration_states_get_count_c4ef '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_delete_device_configuration_states

Delete navigation property deviceConfigurationStates for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}.

Write write
Parameters
managed_device_id, device_configuration_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_delete_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_delete_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_get_device_configuration_states

Get deviceConfigurationStates from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}.

Read read
Parameters
managed_device_id, device_configuration_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_get_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_get_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_update_device_configuration_states

Update the navigation property deviceConfigurationStates in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}.

Write write
Parameters
managed_device_id, device_configuration_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_update_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_update_device_configuration_states '{"managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_disable_lost_mode

Invoke action disableLostMode\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/disableLostMode.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_disable_lost_mode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_disable_lost_mode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_locate_device

Invoke action locateDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/locateDevice.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_locate_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_locate_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_list_log_collection_requests

Get logCollectionRequests from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/logCollectionRequests.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_list_log_collection_requests '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_list_log_collection_requests '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_create_log_collection_requests

Create new navigation property to logCollectionRequests for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/logCollectionRequests.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_create_log_collection_requests '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_create_log_collection_requests '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_log_collection_requests_get_count_3d53

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/logCollectionRequests/$count.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_log_collection_requests_get_count_3d53 '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_log_collection_requests_get_count_3d53 '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_delete_log_collection_requests

Delete navigation property logCollectionRequests for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}.

Write write
Parameters
managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_delete_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_delete_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_get_log_collection_requests

Get logCollectionRequests from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}.

Read read
Parameters
managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_get_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_get_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_update_log_collection_requests

Update the navigation property logCollectionRequests in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}.

Write write
Parameters
managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_update_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_update_log_collection_requests '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url

Invoke action createDownloadUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl.

Write write
Parameters
managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url '{"managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_logout_shared_apple_device_active_user

Invoke action logoutSharedAppleDeviceActiveUser\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_logout_shared_apple_device_active_user '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_logout_shared_apple_device_active_user '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_reboot_now

Invoke action rebootNow\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/rebootNow.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_reboot_now '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_reboot_now '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_recover_passcode

Invoke action recoverPasscode\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/recoverPasscode.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_recover_passcode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_recover_passcode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_remote_lock

Invoke action remoteLock\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/remoteLock.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_remote_lock '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_remote_lock '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_request_remote_assistance

Invoke action requestRemoteAssistance\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/requestRemoteAssistance.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_request_remote_assistance '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_request_remote_assistance '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_reset_passcode

Invoke action resetPasscode\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/resetPasscode.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_reset_passcode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_reset_passcode '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_retire

Invoke action retire\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/retire.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_retire '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_retire '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_shut_down

Invoke action shutDown\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/shutDown.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_shut_down '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_shut_down '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_sync_device

Invoke action syncDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/syncDevice.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_sync_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_sync_device '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_update_windows_device_account

Invoke action updateWindowsDeviceAccount\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_update_windows_device_account '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_update_windows_device_account '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_list_users

Get users from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/users.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_list_users '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_list_users '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_windows_defender_scan

Invoke action windowsDefenderScan\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/windowsDefenderScan.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_windows_defender_scan '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_windows_defender_scan '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_windows_defender_update_signatures

Invoke action windowsDefenderUpdateSignatures\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_windows_defender_update_signatures '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_windows_defender_update_signatures '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_delete_windows_protection_state

Delete navigation property windowsProtectionState for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/managedDevices/{managedDevice-id}/windowsProtectionState.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_delete_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_delete_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_get_windows_protection_state

Get windowsProtectionState from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/windowsProtectionState.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_get_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_get_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_update_windows_protection_state

Update the navigation property windowsProtectionState in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/managedDevices/{managedDevice-id}/windowsProtectionState.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_update_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_update_windows_protection_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_list_detected_malware_state

Get detectedMalwareState from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_list_detected_malware_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_windows_protection_state_list_detected_malware_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_create_detected_malware_state

Create new navigation property to detectedMalwareState for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState.

Write write
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_create_detected_malware_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_windows_protection_state_create_detected_malware_state '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_detected_malware_state_get_count_16e6

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_detected_malware_state_get_count_16e6 '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_windows_protection_state_detected_malware_state_get_count_16e6 '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_delete_detected_malware_state

Delete navigation property detectedMalwareState for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}.

Write write
Parameters
managed_device_id, windows_device_malware_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_delete_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_windows_protection_state_delete_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_get_detected_malware_state

Get detectedMalwareState from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}.

Read read
Parameters
managed_device_id, windows_device_malware_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_get_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_windows_protection_state_get_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_update_detected_malware_state

Update the navigation property detectedMalwareState in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}.

Write write
Parameters
managed_device_id, windows_device_malware_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_update_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_windows_protection_state_update_detected_malware_state '{"managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_me_managed_devices_managed_device_wipe

Invoke action wipe\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/managedDevices/{managedDevice-id}/wipe.

Read read
Parameters
managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_managed_devices_managed_device_wipe '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_managed_devices_managed_device_wipe '{"managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_me_wipe_managed_app_registrations_by_device_tag

Invoke action wipeManagedAppRegistrationsByDeviceTag\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/wipeManagedAppRegistrationsByDeviceTag.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_me_wipe_managed_app_registrations_by_device_tag '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_me_wipe_managed_app_registrations_by_device_tag '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-intune.microsoft_intune_users_list_device_management_troubleshooting_events

Get deviceManagementTroubleshootingEvents from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/deviceManagementTroubleshootingEvents.

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_list_device_management_troubleshooting_events '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_list_device_management_troubleshooting_events '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_create_device_management_troubleshooting_events

Create new navigation property to deviceManagementTroubleshootingEvents for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/deviceManagementTroubleshootingEvents.

Write write
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_create_device_management_troubleshooting_events '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_create_device_management_troubleshooting_events '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_device_management_troubleshooting_events_get_count_3623

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/deviceManagementTroubleshootingEvents/$count.

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_device_management_troubleshooting_events_get_count_3623 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_device_management_troubleshooting_events_get_count_3623 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_delete_device_management_troubleshooting_events

Delete navigation property deviceManagementTroubleshootingEvents for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}.

Write write
Parameters
user_id, device_management_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_delete_device_management_troubleshooting_events '{"user_id":"example_user_id","device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_delete_device_management_troubleshooting_events '{"user_id":"example_user_id","device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_get_device_management_troubleshooting_events

Get deviceManagementTroubleshootingEvents from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}.

Read read
Parameters
user_id, device_management_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_get_device_management_troubleshooting_events '{"user_id":"example_user_id","device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_get_device_management_troubleshooting_events '{"user_id":"example_user_id","device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_update_device_management_troubleshooting_events

Update the navigation property deviceManagementTroubleshootingEvents in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}.

Write write
Parameters
user_id, device_management_troubleshooting_event_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_update_device_management_troubleshooting_events '{"user_id":"example_user_id","device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_update_device_management_troubleshooting_events '{"user_id":"example_user_id","device_management_troubleshooting_event_id":"example_device_management_troubleshooting_event_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_get_managed_app_diagnostic_statuses

Invoke function getManagedAppDiagnosticStatuses\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/getManagedAppDiagnosticStatuses().

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_get_managed_app_diagnostic_statuses '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_get_managed_app_diagnostic_statuses '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_user_get_managed_app_policies

Invoke function getManagedAppPolicies\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/getManagedAppPolicies().

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_get_managed_app_policies '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_get_managed_app_policies '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_list_managed_app_registrations

Get managedAppRegistrations from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedAppRegistrations.

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_list_managed_app_registrations '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_list_managed_app_registrations '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_managed_app_registrations_get_count_9add

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedAppRegistrations/$count.

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_app_registrations_get_count_9add '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_app_registrations_get_count_9add '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_get_managed_app_registrations

Get managedAppRegistrations from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}.

Read read
Parameters
user_id, managed_app_registration_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_get_managed_app_registrations '{"user_id":"example_user_id","managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_get_managed_app_registrations '{"user_id":"example_user_id","managed_app_registration_id":"example_managed_app_registration_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_list_managed_devices

Get managedDevices from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices.

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_list_managed_devices '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_list_managed_devices '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_create_managed_devices

Create new navigation property to managedDevices for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices.

Write write
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_create_managed_devices '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_create_managed_devices '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_get_count_9db6

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/$count.

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_get_count_9db6 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_get_count_9db6 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-intune.microsoft_intune_users_delete_managed_devices

Delete navigation property managedDevices for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/managedDevices/{managedDevice-id}.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_delete_managed_devices '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_delete_managed_devices '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_get_managed_devices

Get managedDevices from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_get_managed_devices '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_get_managed_devices '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_update_managed_devices

Update the navigation property managedDevices in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/managedDevices/{managedDevice-id}.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_update_managed_devices '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_update_managed_devices '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_bypass_activation_lock

Invoke action bypassActivationLock\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_bypass_activation_lock '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_bypass_activation_lock '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_clean_windows_device

Invoke action cleanWindowsDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_clean_windows_device '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_clean_windows_device '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_delete_user_from_shared_apple_device

Invoke action deleteUserFromSharedAppleDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_delete_user_from_shared_apple_device '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_delete_user_from_shared_apple_device '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_delete_device_category

Delete navigation property deviceCategory for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_delete_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_delete_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_get_device_category

Get deviceCategory from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_get_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_get_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_update_device_category

Update the navigation property deviceCategory in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_update_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_update_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_delete_ref_device_category

Delete ref of navigation property deviceCategory for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_delete_ref_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_delete_ref_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_get_ref_device_category

Get ref of deviceCategory from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_get_ref_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_get_ref_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_update_ref_device_category

Update the ref of navigation property deviceCategory in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_update_ref_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_update_ref_device_category '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_list_device_compliance_policy_states

Get deviceCompliancePolicyStates from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_list_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_list_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_create_device_compliance_policy_states

Create new navigation property to deviceCompliancePolicyStates for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_create_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_create_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_device_compliance_policy_states_get_count_51d2

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_device_compliance_policy_states_get_count_51d2 '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_device_compliance_policy_states_get_count_51d2 '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_delete_device_compliance_policy_states

Delete navigation property deviceCompliancePolicyStates for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}.

Write write
Parameters
user_id, managed_device_id, device_compliance_policy_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_delete_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_delete_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_get_device_compliance_policy_states

Get deviceCompliancePolicyStates from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}.

Read read
Parameters
user_id, managed_device_id, device_compliance_policy_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_get_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_get_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_update_device_compliance_policy_states

Update the navigation property deviceCompliancePolicyStates in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}.

Write write
Parameters
user_id, managed_device_id, device_compliance_policy_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_update_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_update_device_compliance_policy_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_compliance_policy_state_id":"example_device_compliance_policy_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_list_device_configuration_states

Get deviceConfigurationStates from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_list_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_list_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_create_device_configuration_states

Create new navigation property to deviceConfigurationStates for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_create_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_create_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_device_configuration_states_get_count_44c9

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_device_configuration_states_get_count_44c9 '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_device_configuration_states_get_count_44c9 '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_delete_device_configuration_states

Delete navigation property deviceConfigurationStates for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}.

Write write
Parameters
user_id, managed_device_id, device_configuration_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_delete_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_delete_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_get_device_configuration_states

Get deviceConfigurationStates from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}.

Read read
Parameters
user_id, managed_device_id, device_configuration_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_get_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_get_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_update_device_configuration_states

Update the navigation property deviceConfigurationStates in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}.

Write write
Parameters
user_id, managed_device_id, device_configuration_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_update_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_update_device_configuration_states '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_configuration_state_id":"example_device_configuration_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_disable_lost_mode

Invoke action disableLostMode\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_disable_lost_mode '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_disable_lost_mode '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_locate_device

Invoke action locateDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/locateDevice.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_locate_device '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_locate_device '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_list_log_collection_requests

Get logCollectionRequests from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_list_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_list_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_create_log_collection_requests

Create new navigation property to logCollectionRequests for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_create_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_create_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_log_collection_requests_get_count_fcd3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_log_collection_requests_get_count_fcd3 '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_log_collection_requests_get_count_fcd3 '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_delete_log_collection_requests

Delete navigation property logCollectionRequests for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}.

Write write
Parameters
user_id, managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_delete_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_delete_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_get_log_collection_requests

Get logCollectionRequests from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}.

Read read
Parameters
user_id, managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_get_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_get_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_update_log_collection_requests

Update the navigation property logCollectionRequests in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}.

Write write
Parameters
user_id, managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_update_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_update_log_collection_requests '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url

Invoke action createDownloadUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl.

Write write
Parameters
user_id, managed_device_id, device_log_collection_response_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","device_log_collection_response_id":"example_device_log_collection_response_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_logout_shared_apple_device_active_user

Invoke action logoutSharedAppleDeviceActiveUser\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_logout_shared_apple_device_active_user '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_logout_shared_apple_device_active_user '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_reboot_now

Invoke action rebootNow\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/rebootNow.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_reboot_now '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_reboot_now '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_recover_passcode

Invoke action recoverPasscode\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_recover_passcode '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_recover_passcode '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_remote_lock

Invoke action remoteLock\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/remoteLock.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_remote_lock '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_remote_lock '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_request_remote_assistance

Invoke action requestRemoteAssistance\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_request_remote_assistance '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_request_remote_assistance '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_reset_passcode

Invoke action resetPasscode\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_reset_passcode '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_reset_passcode '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_retire

Invoke action retire\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/retire.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_retire '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_retire '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_shut_down

Invoke action shutDown\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/shutDown.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_shut_down '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_shut_down '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_sync_device

Invoke action syncDevice\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/syncDevice.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_sync_device '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_sync_device '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_update_windows_device_account

Invoke action updateWindowsDeviceAccount\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_update_windows_device_account '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_update_windows_device_account '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_list_users

Get users from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/users.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_list_users '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_list_users '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_windows_defender_scan

Invoke action windowsDefenderScan\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_windows_defender_scan '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_windows_defender_scan '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_windows_defender_update_signatures

Invoke action windowsDefenderUpdateSignatures\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_windows_defender_update_signatures '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_windows_defender_update_signatures '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_delete_windows_protection_state

Delete navigation property windowsProtectionState for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_delete_windows_protection_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_delete_windows_protection_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_get_windows_protection_state

Get windowsProtectionState from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_get_windows_protection_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_get_windows_protection_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_update_windows_protection_state

Update the navigation property windowsProtectionState in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_update_windows_protection_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_update_windows_protection_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_list_detected_malware_state

Get detectedMalwareState from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_list_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_windows_protection_state_list_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_create_detected_malware_state

Create new navigation property to detectedMalwareState for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState.

Write write
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_create_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_windows_protection_state_create_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_detected_malware_state_get_count_21ad

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_detected_malware_state_get_count_21ad '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_windows_protection_state_detected_malware_state_get_count_21ad '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_delete_detected_malware_state

Delete navigation property detectedMalwareState for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}.

Write write
Parameters
user_id, managed_device_id, windows_device_malware_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_delete_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_windows_protection_state_delete_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_get_detected_malware_state

Get detectedMalwareState from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}.

Read read
Parameters
user_id, managed_device_id, windows_device_malware_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_get_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_windows_protection_state_get_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_update_detected_malware_state

Update the navigation property detectedMalwareState in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}.

Write write
Parameters
user_id, managed_device_id, windows_device_malware_state_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_update_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_managed_devices_windows_protection_state_update_detected_malware_state '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","windows_device_malware_state_id":"example_windows_device_malware_state_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json

microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_wipe

Invoke action wipe\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/managedDevices/{managedDevice-id}/wipe.

Read read
Parameters
user_id, managed_device_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_wipe '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_managed_devices_managed_device_wipe '{"user_id":"example_user_id","managed_device_id":"example_managed_device_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-intune.microsoft_intune_users_user_wipe_managed_app_registrations_by_device_tag

Invoke action wipeManagedAppRegistrationsByDeviceTag\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/wipeManagedAppRegistrationsByDeviceTag.

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-intune.microsoft_intune_users_user_wipe_managed_app_registrations_by_device_tag '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-intune microsoft_intune_users_user_wipe_managed_app_registrations_by_device_tag '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

microsoft-intune.microsoft_intune_device_app_management_device_app_management_get_device_app_management 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_device_app_management_get_device_app_management --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_device_app_management_update_device_app_management 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_device_app_management_update_device_app_management --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_android_managed_app_protections 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_android_managed_app_protections --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_android_managed_app_protections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_android_managed_app_protections --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_count_dc72 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_count_dc72 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_android_managed_app_protections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_android_managed_app_protections --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_android_managed_app_protections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_android_managed_app_protections --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_android_managed_app_protections 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_android_managed_app_protections --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_list_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_list_apps --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_create_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_create_apps --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_apps_get_count_6de4 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_apps_get_count_6de4 --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_apps --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_apps --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_apps --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_list_assignments --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_create_assignments --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_assignments_get_count_574a 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_assignments_get_count_574a --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_assignments --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_assignments --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_assignments --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_deployment_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_delete_deployment_summary --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_deployment_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_get_deployment_summary --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_deployment_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_android_managed_app_protections_update_deployment_summary --json
ParameterTypeRequiredDescription
android_managed_app_protection_id string yes Path parameter `androidManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_default_managed_app_protections 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_default_managed_app_protections --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_default_managed_app_protections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_default_managed_app_protections --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_count_9b85 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_count_9b85 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_default_managed_app_protections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_default_managed_app_protections --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_default_managed_app_protections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_default_managed_app_protections --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_default_managed_app_protections 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_default_managed_app_protections --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_list_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_list_apps --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_create_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_create_apps --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_apps_get_count_9a28 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_apps_get_count_9a28 --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_delete_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_delete_apps --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_apps --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_update_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_update_apps --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_delete_deployment_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_delete_deployment_summary --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_deployment_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_get_deployment_summary --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_update_deployment_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_default_managed_app_protections_update_deployment_summary --json
ParameterTypeRequiredDescription
default_managed_app_protection_id string yes Path parameter `defaultManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_ios_managed_app_protections 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_ios_managed_app_protections --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_ios_managed_app_protections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_ios_managed_app_protections --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_count_dcdc 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_count_dcdc --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_ios_managed_app_protections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_ios_managed_app_protections --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_ios_managed_app_protections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_ios_managed_app_protections --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_ios_managed_app_protections 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_ios_managed_app_protections --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_list_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_list_apps --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_create_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_create_apps --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_apps_get_count_33d5 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_apps_get_count_33d5 --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_apps --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_apps --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_apps --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_list_assignments --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_create_assignments --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_assignments_get_count_619f 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_assignments_get_count_619f --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_assignments --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_assignments --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_assignments --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_deployment_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_delete_deployment_summary --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_deployment_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_get_deployment_summary --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_deployment_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_ios_managed_app_protections_update_deployment_summary --json
ParameterTypeRequiredDescription
ios_managed_app_protection_id string yes Path parameter `iosManagedAppProtection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_managed_app_policies 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_managed_app_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_managed_app_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_managed_app_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_policies_get_count_b24d 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_policies_get_count_b24d --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_policies --json
ParameterTypeRequiredDescription
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_managed_app_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_managed_app_policies --json
ParameterTypeRequiredDescription
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_managed_app_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_managed_app_policies --json
ParameterTypeRequiredDescription
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_policies_managed_app_policy_target_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_policies_managed_app_policy_target_apps --json
ParameterTypeRequiredDescription
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_managed_app_registrations 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_managed_app_registrations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_managed_app_registrations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_managed_app_registrations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_count_e04a 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_count_e04a --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_user_ids_with_flagged_app_registration 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_user_ids_with_flagged_app_registration --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_registrations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_registrations --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_managed_app_registrations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_managed_app_registrations --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_managed_app_registrations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_managed_app_registrations --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_applied_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_applied_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_applied_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_applied_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_applied_policies_get_count_91f5 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_applied_policies_get_count_91f5 --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_applied_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_applied_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_applied_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_applied_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_applied_policies 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_applied_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_applied_policies_managed_app_policy_target_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_applied_policies_managed_app_policy_target_apps --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_intended_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_intended_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_intended_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_intended_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_intended_policies_get_count_edb3 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_intended_policies_get_count_edb3 --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_intended_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_intended_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_intended_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_intended_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_intended_policies 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_intended_policies --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_intended_policies_managed_app_policy_target_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_managed_app_registration_intended_policies_managed_app_policy_target_apps --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_policy_id string yes Path parameter `managedAppPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_operations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_list_operations --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_operations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_create_operations --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_operations_get_count_3c0f 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_operations_get_count_3c0f --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_operations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_delete_operations --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_operation_id string yes Path parameter `managedAppOperation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_operations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_get_operations --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_operation_id string yes Path parameter `managedAppOperation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_operations 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_registrations_update_operations --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
managed_app_operation_id string yes Path parameter `managedAppOperation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_managed_app_statuses 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_managed_app_statuses --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_managed_app_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_managed_app_statuses --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_app_statuses_get_count_1655 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_app_statuses_get_count_1655 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_managed_app_statuses --json
ParameterTypeRequiredDescription
managed_app_status_id string yes Path parameter `managedAppStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_managed_app_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_managed_app_statuses --json
ParameterTypeRequiredDescription
managed_app_status_id string yes Path parameter `managedAppStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_managed_app_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_managed_app_statuses --json
ParameterTypeRequiredDescription
managed_app_status_id string yes Path parameter `managedAppStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_managed_ebooks 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_managed_ebooks --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_managed_ebooks 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_managed_ebooks --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_count_72ff 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_count_72ff --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_managed_ebooks 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_managed_ebooks --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_managed_ebooks 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_managed_ebooks --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_managed_ebooks 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_managed_ebooks --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_managed_ebook_assign 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_managed_ebook_assign --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_assignments --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_assignments --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_assignments_get_count_b034 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_assignments_get_count_b034 --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_assignments --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
managed_ebook_assignment_id string yes Path parameter `managedEBookAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_assignments --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
managed_ebook_assignment_id string yes Path parameter `managedEBookAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_assignments --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
managed_ebook_assignment_id string yes Path parameter `managedEBookAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_device_states 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_device_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_device_states_get_count_6c04 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_device_states_get_count_6c04 --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_device_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
device_install_state_id string yes Path parameter `deviceInstallState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_device_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
device_install_state_id string yes Path parameter `deviceInstallState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_device_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
device_install_state_id string yes Path parameter `deviceInstallState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_install_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_install_summary --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_install_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_install_summary --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_install_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_install_summary --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_user_state_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_list_user_state_summary --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_user_state_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_create_user_state_summary --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_count_862d 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_count_862d --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_user_state_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_delete_user_state_summary --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
user_install_state_summary_id string yes Path parameter `userInstallStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_user_state_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_get_user_state_summary --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
user_install_state_summary_id string yes Path parameter `userInstallStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_user_state_summary 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_update_user_state_summary --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
user_install_state_summary_id string yes Path parameter `userInstallStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_list_device_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_list_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
user_install_state_summary_id string yes Path parameter `userInstallStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_create_device_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_create_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
user_install_state_summary_id string yes Path parameter `userInstallStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_device_states_get_count_a97e 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_device_states_get_count_a97e --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
user_install_state_summary_id string yes Path parameter `userInstallStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_delete_device_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_delete_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
user_install_state_summary_id string yes Path parameter `userInstallStateSummary-id`.
device_install_state_id string yes Path parameter `deviceInstallState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_device_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_get_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
user_install_state_summary_id string yes Path parameter `userInstallStateSummary-id`.
device_install_state_id string yes Path parameter `deviceInstallState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_update_device_states 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_managed_ebooks_user_state_summary_update_device_states --json
ParameterTypeRequiredDescription
managed_ebook_id string yes Path parameter `managedEBook-id`.
user_install_state_summary_id string yes Path parameter `userInstallStateSummary-id`.
device_install_state_id string yes Path parameter `deviceInstallState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_mdm_windows_information_protection_policies 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mdm_windows_information_protection_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_mdm_windows_information_protection_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_mdm_windows_information_protection_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_count_a680 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_count_a680 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_mdm_windows_information_protection_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_mdm_windows_information_protection_policies --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mdm_windows_information_protection_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mdm_windows_information_protection_policies --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_mdm_windows_information_protection_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_mdm_windows_information_protection_policies --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_assignments --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_assignments --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_assignments_get_count_12b1 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_assignments_get_count_12b1 --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_assignments --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_assignments --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_assignments --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_exempt_app_locker_files 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_exempt_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_exempt_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_exempt_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_exempt_app_locker_files_get_count_f6bf 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_exempt_app_locker_files_get_count_f6bf --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_exempt_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_exempt_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_exempt_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_exempt_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_exempt_app_locker_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_exempt_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_protected_app_locker_files 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_list_protected_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_protected_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_create_protected_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_protected_app_locker_files_get_count_5893 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_protected_app_locker_files_get_count_5893 --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_protected_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_delete_protected_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_protected_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_get_protected_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_protected_app_locker_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mdm_windows_information_protection_policies_update_protected_app_locker_files --json
ParameterTypeRequiredDescription
mdm_windows_information_protection_policy_id string yes Path parameter `mdmWindowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_categories 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_categories --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_categories --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_categories_get_count_03a0 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_categories_get_count_03a0 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_categories --json
ParameterTypeRequiredDescription
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_categories --json
ParameterTypeRequiredDescription
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_categories --json
ParameterTypeRequiredDescription
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_configurations 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_configurations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_configurations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_count_15a7 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_count_15a7 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_configurations --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_configurations --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_configurations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_configurations --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_managed_device_mobile_app_configuration_assign 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_managed_device_mobile_app_configuration_assign --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_assignments --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_assignments --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_assignments_get_count_24db 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_assignments_get_count_24db --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_assignments --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
managed_device_mobile_app_configuration_assignment_id string yes Path parameter `managedDeviceMobileAppConfigurationAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_assignments --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
managed_device_mobile_app_configuration_assignment_id string yes Path parameter `managedDeviceMobileAppConfigurationAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_assignments --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
managed_device_mobile_app_configuration_assignment_id string yes Path parameter `managedDeviceMobileAppConfigurationAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_device_status_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_device_status_summary --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_device_status_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_device_status_summary --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_device_status_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_device_status_summary --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_device_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_device_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_device_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_device_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_device_statuses_get_count_812c 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_device_statuses_get_count_812c --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_device_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_device_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
managed_device_mobile_app_configuration_device_status_id string yes Path parameter `managedDeviceMobileAppConfigurationDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_device_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_device_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
managed_device_mobile_app_configuration_device_status_id string yes Path parameter `managedDeviceMobileAppConfigurationDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_device_statuses 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_device_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
managed_device_mobile_app_configuration_device_status_id string yes Path parameter `managedDeviceMobileAppConfigurationDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_user_status_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_user_status_summary --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_user_status_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_user_status_summary --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_user_status_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_user_status_summary --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_user_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_list_user_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_user_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_create_user_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_user_statuses_get_count_b4b1 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_user_statuses_get_count_b4b1 --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_user_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_delete_user_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
managed_device_mobile_app_configuration_user_status_id string yes Path parameter `managedDeviceMobileAppConfigurationUserStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_user_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_get_user_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
managed_device_mobile_app_configuration_user_status_id string yes Path parameter `managedDeviceMobileAppConfigurationUserStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_user_statuses 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_configurations_update_user_statuses --json
ParameterTypeRequiredDescription
managed_device_mobile_app_configuration_id string yes Path parameter `managedDeviceMobileAppConfiguration-id`.
managed_device_mobile_app_configuration_user_status_id string yes Path parameter `managedDeviceMobileAppConfigurationUserStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_relationships 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_app_relationships --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_relationships 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_mobile_app_relationships --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_app_relationships_get_count_a82f 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_app_relationships_get_count_a82f --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_relationships 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_mobile_app_relationships --json
ParameterTypeRequiredDescription
mobile_app_relationship_id string yes Path parameter `mobileAppRelationship-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_relationships 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_app_relationships --json
ParameterTypeRequiredDescription
mobile_app_relationship_id string yes Path parameter `mobileAppRelationship-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_relationships 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_mobile_app_relationships --json
ParameterTypeRequiredDescription
mobile_app_relationship_id string yes Path parameter `mobileAppRelationship-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_mobile_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_mobile_apps --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_dcef 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_dcef --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_android_lob_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_android_lob_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_android_lob_app_3c7c 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_android_lob_app_3c7c --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_android_store_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_android_store_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_android_store_app_fff5 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_android_store_app_fff5 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_lob_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_lob_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_lob_app_f182 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_lob_app_f182 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_store_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_store_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_store_app_6fbc 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_store_app_6fbc --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_vpp_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_ios_vpp_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_vpp_app_da96 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_ios_vpp_app_da96 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_mac_osdmg_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_mac_osdmg_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_osdmg_app_b712 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_osdmg_app_b712 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_mac_oslob_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_mac_oslob_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_oslob_app_6776 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_mac_oslob_app_6776 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_android_lob_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_android_lob_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_android_lob_app_8619 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_android_lob_app_8619 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_ioslob_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_ioslob_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_ioslob_app_11b8 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_ioslob_app_11b8 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_mobile_lob_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_managed_mobile_lob_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_mobile_lob_app_469d 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_managed_mobile_lob_app_469d --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_microsoft_store_for_business_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_microsoft_store_for_business_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_microsoft_store_for_business_app_724e 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_microsoft_store_for_business_app_724e --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_win32_lob_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_win32_lob_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_win32_lob_app_513f 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_win32_lob_app_513f --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_app_x 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_app_x --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_app_x_2550 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_app_x_2550 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_mobile_msi 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_mobile_msi --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_mobile_msi_5644 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_mobile_msi_5644 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_universal_app_x 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_universal_app_x --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_universal_app_x_fe04 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_universal_app_x_fe04 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_web_app 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_mobile_apps_as_windows_web_app --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_web_app_f73a 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_count_as_windows_web_app_f73a --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_mobile_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_mobile_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_mobile_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_mobile_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_assign 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_assign --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_assignments_get_count_493c 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_assignments_get_count_493c --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_categories_get_count_6d0e 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_categories_get_count_6d0e --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_android_lob_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_android_lob_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_assignments_get_count_1911 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_assignments_get_count_1911 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_categories_get_count_828c 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_categories_get_count_828c --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_count_12ca 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_count_12ca --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_contained_apps_get_count_510a 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_contained_apps_get_count_510a --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_files_get_count_d41e 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_files_get_count_d41e --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_lob_app_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_android_store_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_android_store_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_assignments_get_count_6eb3 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_assignments_get_count_6eb3 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_categories_get_count_2f24 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_categories_get_count_2f24 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_android_store_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_lob_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_lob_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_assignments_get_count_22ac 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_assignments_get_count_22ac --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_categories_get_count_9433 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_categories_get_count_9433 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_count_e450 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_count_e450 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_contained_apps_get_count_7a04 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_contained_apps_get_count_7a04 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_files_get_count_ec6f 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_files_get_count_ec6f --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_lob_app_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_ios_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_store_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_store_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_assignments_get_count_ec45 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_assignments_get_count_ec45 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_categories_get_count_06f1 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_categories_get_count_06f1 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_store_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_vpp_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_ios_vpp_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_assignments_get_count_4b18 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_assignments_get_count_4b18 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_categories_get_count_7fa7 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_categories_get_count_7fa7 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_ios_vpp_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_mac_osdmg_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_mac_osdmg_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_assignments_get_count_2a85 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_assignments_get_count_2a85 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_categories_get_count_ccbd 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_categories_get_count_ccbd --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_count_df85 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_count_df85 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_contained_apps_get_count_19e5 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_contained_apps_get_count_19e5 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_files_get_count_36b4 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_files_get_count_36b4 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_osdmg_app_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_osdmg_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_mac_oslob_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_mac_oslob_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_assignments_get_count_0658 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_assignments_get_count_0658 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_categories_get_count_18f1 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_categories_get_count_18f1 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_count_f249 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_count_f249 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_contained_apps_get_count_667c 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_contained_apps_get_count_667c --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_files_get_count_ebb2 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_files_get_count_ebb2 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_mac_oslob_app_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_mac_oslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_android_lob_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_android_lob_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_assignments_get_count_7cc2 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_assignments_get_count_7cc2 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_categories_get_count_ebb1 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_categories_get_count_ebb1 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_count_bb5b 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_count_bb5b --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_contained_apps_get_count_1666 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_contained_apps_get_count_1666 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_files_get_count_237b 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_files_get_count_237b --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_android_lob_app_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_android_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_ioslob_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_ioslob_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_assignments_get_count_6633 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_assignments_get_count_6633 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_categories_get_count_baea 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_categories_get_count_baea --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_count_57c4 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_count_57c4 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_contained_apps_get_count_877c 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_contained_apps_get_count_877c --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_files_get_count_6260 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_files_get_count_6260 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_ioslob_app_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_ioslob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_mobile_lob_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_managed_mobile_lob_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_assignments_get_count_7f2e 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_assignments_get_count_7f2e --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_categories_get_count_6e46 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_categories_get_count_6e46 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_count_db35 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_count_db35 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_contained_apps_get_count_4c53 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_contained_apps_get_count_4c53 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_files_get_count_f9ec 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_files_get_count_f9ec --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_managed_mobile_lob_app_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_managed_mobile_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_microsoft_store_for_business_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_microsoft_store_for_business_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_assignments_get_count_38b3 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_assignments_get_count_38b3 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_categories_get_count_e09e 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_categories_get_count_e09e --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_microsoft_store_for_business_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_win32_lob_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_win32_lob_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_assignments_get_count_ce71 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_assignments_get_count_ce71 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_categories_get_count_fcaa 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_categories_get_count_fcaa --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_count_1710 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_count_1710 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_contained_apps_get_count_5c38 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_contained_apps_get_count_5c38 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_files_get_count_1de1 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_files_get_count_1de1 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_win32_lob_app_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_win32_lob_app_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_app_x 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_app_x --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_assignments_get_count_59b1 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_assignments_get_count_59b1 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_categories_get_count_d1eb 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_categories_get_count_d1eb --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_count_e02a 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_count_e02a --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_contained_apps_get_count_d3ec 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_contained_apps_get_count_d3ec --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_files_get_count_21f7 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_files_get_count_21f7 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_app_x_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_mobile_msi 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_mobile_msi --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_assignments_get_count_4603 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_assignments_get_count_4603 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_categories_get_count_4240 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_categories_get_count_4240 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_count_4cf0 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_count_4cf0 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_contained_apps_get_count_1ef7 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_contained_apps_get_count_1ef7 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_files_get_count_56d9 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_files_get_count_56d9 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_mobile_msi_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_mobile_msi_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_universal_app_x 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_universal_app_x --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_assignments_get_count_07a1 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_assignments_get_count_07a1 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_categories_get_count_c2ed 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_categories_get_count_c2ed --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_committed_contained_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_committed_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_committed_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_committed_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_committed_contained_apps_get_count_b859 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_committed_contained_apps_get_count_b859 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_committed_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_committed_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_committed_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_committed_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_committed_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_committed_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_content_versions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_list_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_create_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_count_2f10 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_count_2f10 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_delete_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_content_versions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_get_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_content_versions 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_update_content_versions --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_contained_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_contained_apps_get_count_be43 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_contained_apps_get_count_be43 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_contained_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_contained_apps 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_contained_apps --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_contained_app_id string yes Path parameter `mobileContainedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_list_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_create_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_files_get_count_43a7 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_files_get_count_43a7 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_delete_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_get_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_files 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_universal_app_x_content_versions_update_files --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_commit --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_mobile_app_microsoft_graph_windows_universal_app_x_content_versions_mobile_app_content_files_mobile_app_content_file_renew_upload --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_content_id string yes Path parameter `mobileAppContent-id`.
mobile_app_content_file_id string yes Path parameter `mobileAppContentFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_web_app 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_mobile_apps_as_windows_web_app --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_create_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_assignments_get_count_0362 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_assignments_get_count_0362 --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_delete_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_update_assignments --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_assignment_id string yes Path parameter `mobileAppAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_list_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_categories_get_count_79ca 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_categories_get_count_79ca --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_mobile_apps_as_windows_web_app_get_categories --json
ParameterTypeRequiredDescription
mobile_app_id string yes Path parameter `mobileApp-id`.
mobile_app_category_id string yes Path parameter `mobileAppCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_sync_microsoft_store_for_business_apps 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_sync_microsoft_store_for_business_apps --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_targeted_managed_app_configurations 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_targeted_managed_app_configurations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_targeted_managed_app_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_targeted_managed_app_configurations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_count_8d50 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_count_8d50 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_targeted_managed_app_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_targeted_managed_app_configurations --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_targeted_managed_app_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_targeted_managed_app_configurations --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_targeted_managed_app_configurations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_targeted_managed_app_configurations --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_list_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_list_apps --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_create_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_create_apps --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_apps_get_count_0ba7 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_apps_get_count_0ba7 --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_apps --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_apps --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_apps 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_apps --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
managed_mobile_app_id string yes Path parameter `managedMobileApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_assign 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_assign --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_list_assignments --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_create_assignments --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_assignments_get_count_5948 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_assignments_get_count_5948 --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_assignments --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_assignments --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_assignments --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_deployment_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_delete_deployment_summary --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_deployment_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_get_deployment_summary --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_deployment_summary 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_update_deployment_summary --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_target_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_targeted_managed_app_configurations_targeted_managed_app_configuration_target_apps --json
ParameterTypeRequiredDescription
targeted_managed_app_configuration_id string yes Path parameter `targetedManagedAppConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_list_vpp_tokens 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_vpp_tokens --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_vpp_tokens 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_vpp_tokens --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_vpp_tokens_get_count_d643 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_vpp_tokens_get_count_d643 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_vpp_tokens 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_vpp_tokens --json
ParameterTypeRequiredDescription
vpp_token_id string yes Path parameter `vppToken-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_vpp_tokens 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_vpp_tokens --json
ParameterTypeRequiredDescription
vpp_token_id string yes Path parameter `vppToken-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_vpp_tokens 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_vpp_tokens --json
ParameterTypeRequiredDescription
vpp_token_id string yes Path parameter `vppToken-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_vpp_tokens_vpp_token_sync_licenses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_vpp_tokens_vpp_token_sync_licenses --json
ParameterTypeRequiredDescription
vpp_token_id string yes Path parameter `vppToken-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_list_windows_information_protection_policies 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_list_windows_information_protection_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_create_windows_information_protection_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_create_windows_information_protection_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_count_b909 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_count_b909 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_delete_windows_information_protection_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_delete_windows_information_protection_policies --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_get_windows_information_protection_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_get_windows_information_protection_policies --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_update_windows_information_protection_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_update_windows_information_protection_policies --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_assignments --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_assignments --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_assignments_get_count_9869 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_assignments_get_count_9869 --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_assignments --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_assignments --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_assignments --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
targeted_managed_app_policy_assignment_id string yes Path parameter `targetedManagedAppPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_exempt_app_locker_files 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_exempt_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_exempt_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_exempt_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_exempt_app_locker_files_get_count_65c6 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_exempt_app_locker_files_get_count_65c6 --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_exempt_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_exempt_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_exempt_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_exempt_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_exempt_app_locker_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_exempt_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_protected_app_locker_files 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_list_protected_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_protected_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_create_protected_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_protected_app_locker_files_get_count_fa50 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_protected_app_locker_files_get_count_fa50 --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_protected_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_delete_protected_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_protected_app_locker_files 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_get_protected_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_protected_app_locker_files 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_app_management_windows_information_protection_policies_update_protected_app_locker_files --json
ParameterTypeRequiredDescription
windows_information_protection_policy_id string yes Path parameter `windowsInformationProtectionPolicy-id`.
windows_information_protection_app_locker_file_id string yes Path parameter `windowsInformationProtectionAppLockerFile-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_management_get_device_management 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_management_get_device_management --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_management_update_device_management 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_management_update_device_management --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_delete_apple_push_notification_certificate 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_apple_push_notification_certificate --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_apple_push_notification_certificate 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_apple_push_notification_certificate --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_apple_push_notification_certificate 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_apple_push_notification_certificate --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_apple_push_notification_certificate_download_apple_push_notification_certificate_signing_request --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_audit_events 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_audit_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_audit_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_audit_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_audit_events_get_count_7cd0 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_audit_events_get_count_7cd0 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_audit_events_get_audit_activity_types 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_audit_events_get_audit_activity_types --json
ParameterTypeRequiredDescription
category string yes Path parameter `category`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_audit_events_get_audit_categories 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_audit_events_get_audit_categories --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_audit_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_audit_events --json
ParameterTypeRequiredDescription
audit_event_id string yes Path parameter `auditEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_audit_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_audit_events --json
ParameterTypeRequiredDescription
audit_event_id string yes Path parameter `auditEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_audit_events 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_audit_events --json
ParameterTypeRequiredDescription
audit_event_id string yes Path parameter `auditEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_compliance_management_partners 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_compliance_management_partners --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_compliance_management_partners 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_compliance_management_partners --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_compliance_management_partners_get_count_eeb1 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_compliance_management_partners_get_count_eeb1 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_compliance_management_partners 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_compliance_management_partners --json
ParameterTypeRequiredDescription
compliance_management_partner_id string yes Path parameter `complianceManagementPartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_compliance_management_partners 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_compliance_management_partners --json
ParameterTypeRequiredDescription
compliance_management_partner_id string yes Path parameter `complianceManagementPartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_compliance_management_partners 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_compliance_management_partners --json
ParameterTypeRequiredDescription
compliance_management_partner_id string yes Path parameter `complianceManagementPartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_delete_conditional_access_settings 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_conditional_access_settings --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_conditional_access_settings 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_conditional_access_settings --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_conditional_access_settings 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_conditional_access_settings --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_detected_apps 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_detected_apps --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_detected_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_detected_apps --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_detected_apps_get_count_0228 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_detected_apps_get_count_0228 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_detected_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_detected_apps --json
ParameterTypeRequiredDescription
detected_app_id string yes Path parameter `detectedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_detected_apps 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_detected_apps --json
ParameterTypeRequiredDescription
detected_app_id string yes Path parameter `detectedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_detected_apps 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_detected_apps --json
ParameterTypeRequiredDescription
detected_app_id string yes Path parameter `detectedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_detected_apps_list_managed_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_detected_apps_list_managed_devices --json
ParameterTypeRequiredDescription
detected_app_id string yes Path parameter `detectedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_detected_apps_managed_devices_get_count_d78c 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_detected_apps_managed_devices_get_count_d78c --json
ParameterTypeRequiredDescription
detected_app_id string yes Path parameter `detectedApp-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_detected_apps_get_managed_devices 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_detected_apps_get_managed_devices --json
ParameterTypeRequiredDescription
detected_app_id string yes Path parameter `detectedApp-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_device_categories 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_device_categories --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_device_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_device_categories --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_categories_get_count_ed54 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_categories_get_count_ed54 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_device_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_device_categories --json
ParameterTypeRequiredDescription
device_category_id string yes Path parameter `deviceCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_device_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_device_categories --json
ParameterTypeRequiredDescription
device_category_id string yes Path parameter `deviceCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_device_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_device_categories --json
ParameterTypeRequiredDescription
device_category_id string yes Path parameter `deviceCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_device_compliance_policies 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_device_compliance_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_device_compliance_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_device_compliance_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_count_6c5d 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_count_6c5d --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policies --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_device_compliance_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_device_compliance_policies --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_device_compliance_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_device_compliance_policies --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_assign 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_assign --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_assignments --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_assignments --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_assignments_get_count_332a 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_assignments_get_count_332a --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_assignments --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_policy_assignment_id string yes Path parameter `deviceCompliancePolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_assignments --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_policy_assignment_id string yes Path parameter `deviceCompliancePolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_assignments --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_policy_assignment_id string yes Path parameter `deviceCompliancePolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_device_setting_state_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_device_setting_state_summaries 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_setting_state_summaries_get_count_6b27 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_setting_state_summaries_get_count_6b27 --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_setting_state_summaries 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
setting_state_device_summary_id string yes Path parameter `settingStateDeviceSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_setting_state_summaries 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
setting_state_device_summary_id string yes Path parameter `settingStateDeviceSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_setting_state_summaries 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
setting_state_device_summary_id string yes Path parameter `settingStateDeviceSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_status_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_status_overview --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_status_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_status_overview --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_status_overview 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_status_overview --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_device_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_device_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_device_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_device_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_statuses_get_count_f70b 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_statuses_get_count_f70b --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_device_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_device_status_id string yes Path parameter `deviceComplianceDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_device_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_device_status_id string yes Path parameter `deviceComplianceDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_statuses 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_device_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_device_status_id string yes Path parameter `deviceComplianceDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_schedule_actions_for_rules 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_device_compliance_policy_schedule_actions_for_rules --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_scheduled_actions_for_rule 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_scheduled_actions_for_rule --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_scheduled_actions_for_rule 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_scheduled_actions_for_rule --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_count_afd5 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_count_afd5 --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_scheduled_actions_for_rule 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_scheduled_actions_for_rule --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_scheduled_action_for_rule_id string yes Path parameter `deviceComplianceScheduledActionForRule-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_scheduled_actions_for_rule 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_scheduled_actions_for_rule --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_scheduled_action_for_rule_id string yes Path parameter `deviceComplianceScheduledActionForRule-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_scheduled_actions_for_rule 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_scheduled_actions_for_rule --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_scheduled_action_for_rule_id string yes Path parameter `deviceComplianceScheduledActionForRule-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_list_scheduled_action_configurations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_list_scheduled_action_configurations --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_scheduled_action_for_rule_id string yes Path parameter `deviceComplianceScheduledActionForRule-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_create_scheduled_action_configurations 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_create_scheduled_action_configurations --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_scheduled_action_for_rule_id string yes Path parameter `deviceComplianceScheduledActionForRule-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_scheduled_action_configurations_get_count_b4b5 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_scheduled_action_configurations_get_count_b4b5 --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_scheduled_action_for_rule_id string yes Path parameter `deviceComplianceScheduledActionForRule-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_delete_scheduled_action_configurations 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_delete_scheduled_action_configurations --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_scheduled_action_for_rule_id string yes Path parameter `deviceComplianceScheduledActionForRule-id`.
device_compliance_action_item_id string yes Path parameter `deviceComplianceActionItem-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_scheduled_action_configurations 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_get_scheduled_action_configurations --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_scheduled_action_for_rule_id string yes Path parameter `deviceComplianceScheduledActionForRule-id`.
device_compliance_action_item_id string yes Path parameter `deviceComplianceActionItem-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_update_scheduled_action_configurations 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_scheduled_actions_for_rule_update_scheduled_action_configurations --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_scheduled_action_for_rule_id string yes Path parameter `deviceComplianceScheduledActionForRule-id`.
device_compliance_action_item_id string yes Path parameter `deviceComplianceActionItem-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_user_status_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_user_status_overview --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_user_status_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_user_status_overview --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_user_status_overview 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_user_status_overview --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_user_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_list_user_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_user_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_create_user_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_user_statuses_get_count_fa4a 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_user_statuses_get_count_fa4a --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_user_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_delete_user_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_user_status_id string yes Path parameter `deviceComplianceUserStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_user_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_get_user_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_user_status_id string yes Path parameter `deviceComplianceUserStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_user_statuses 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policies_update_user_statuses --json
ParameterTypeRequiredDescription
device_compliance_policy_id string yes Path parameter `deviceCompliancePolicy-id`.
device_compliance_user_status_id string yes Path parameter `deviceComplianceUserStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policy_device_state_summary 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policy_device_state_summary --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_device_compliance_policy_device_state_summary 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_device_compliance_policy_device_state_summary --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_device_compliance_policy_device_state_summary 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_device_compliance_policy_device_state_summary --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_device_compliance_policy_setting_state_summaries 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_device_compliance_policy_setting_state_summaries --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_device_compliance_policy_setting_state_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_device_compliance_policy_setting_state_summaries --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_count_ca06 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_count_ca06 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policy_setting_state_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_device_compliance_policy_setting_state_summaries --json
ParameterTypeRequiredDescription
device_compliance_policy_setting_state_summary_id string yes Path parameter `deviceCompliancePolicySettingStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_device_compliance_policy_setting_state_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_device_compliance_policy_setting_state_summaries --json
ParameterTypeRequiredDescription
device_compliance_policy_setting_state_summary_id string yes Path parameter `deviceCompliancePolicySettingStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_device_compliance_policy_setting_state_summaries 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_device_compliance_policy_setting_state_summaries --json
ParameterTypeRequiredDescription
device_compliance_policy_setting_state_summary_id string yes Path parameter `deviceCompliancePolicySettingStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_list_device_compliance_setting_states 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_list_device_compliance_setting_states --json
ParameterTypeRequiredDescription
device_compliance_policy_setting_state_summary_id string yes Path parameter `deviceCompliancePolicySettingStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_create_device_compliance_setting_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_create_device_compliance_setting_states --json
ParameterTypeRequiredDescription
device_compliance_policy_setting_state_summary_id string yes Path parameter `deviceCompliancePolicySettingStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_device_compliance_setting_states_get_count_49c2 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_device_compliance_setting_states_get_count_49c2 --json
ParameterTypeRequiredDescription
device_compliance_policy_setting_state_summary_id string yes Path parameter `deviceCompliancePolicySettingStateSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_delete_device_compliance_setting_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_delete_device_compliance_setting_states --json
ParameterTypeRequiredDescription
device_compliance_policy_setting_state_summary_id string yes Path parameter `deviceCompliancePolicySettingStateSummary-id`.
device_compliance_setting_state_id string yes Path parameter `deviceComplianceSettingState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_device_compliance_setting_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_get_device_compliance_setting_states --json
ParameterTypeRequiredDescription
device_compliance_policy_setting_state_summary_id string yes Path parameter `deviceCompliancePolicySettingStateSummary-id`.
device_compliance_setting_state_id string yes Path parameter `deviceComplianceSettingState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_update_device_compliance_setting_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_compliance_policy_setting_state_summaries_update_device_compliance_setting_states --json
ParameterTypeRequiredDescription
device_compliance_policy_setting_state_summary_id string yes Path parameter `deviceCompliancePolicySettingStateSummary-id`.
device_compliance_setting_state_id string yes Path parameter `deviceComplianceSettingState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_delete_device_configuration_device_state_summaries 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_device_configuration_device_state_summaries --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_device_configuration_device_state_summaries 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_device_configuration_device_state_summaries --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_device_configuration_device_state_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_device_configuration_device_state_summaries --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_device_configurations 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_device_configurations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_device_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_device_configurations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_get_count_2013 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_get_count_2013 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_device_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_device_configurations --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_device_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_device_configurations --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_device_configurations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_device_configurations --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_device_configuration_assign 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_device_configuration_assign --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_list_assignments --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_create_assignments --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_assignments_get_count_170b 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_assignments_get_count_170b --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_delete_assignments --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
device_configuration_assignment_id string yes Path parameter `deviceConfigurationAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_get_assignments --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
device_configuration_assignment_id string yes Path parameter `deviceConfigurationAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_update_assignments --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
device_configuration_assignment_id string yes Path parameter `deviceConfigurationAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_list_device_setting_state_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_list_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_create_device_setting_state_summaries 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_create_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_device_setting_state_summaries_get_count_921c 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_device_setting_state_summaries_get_count_921c --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_setting_state_summaries 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
setting_state_device_summary_id string yes Path parameter `settingStateDeviceSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_setting_state_summaries 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
setting_state_device_summary_id string yes Path parameter `settingStateDeviceSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_setting_state_summaries 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_setting_state_summaries --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
setting_state_device_summary_id string yes Path parameter `settingStateDeviceSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_status_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_status_overview --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_status_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_status_overview --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_status_overview 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_status_overview --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_list_device_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_list_device_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_create_device_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_create_device_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_device_statuses_get_count_ce20 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_device_statuses_get_count_ce20 --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_delete_device_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
device_configuration_device_status_id string yes Path parameter `deviceConfigurationDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_get_device_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
device_configuration_device_status_id string yes Path parameter `deviceConfigurationDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_statuses 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_update_device_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
device_configuration_device_status_id string yes Path parameter `deviceConfigurationDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_device_configuration_get_oma_setting_plain_text_value 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_device_configuration_get_oma_setting_plain_text_value --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
secret_reference_value_id string yes Path parameter `secretReferenceValueId`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_delete_user_status_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_delete_user_status_overview --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_get_user_status_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_get_user_status_overview --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_update_user_status_overview 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_update_user_status_overview --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_list_user_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_list_user_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_create_user_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_create_user_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_configurations_user_statuses_get_count_a3f6 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_user_statuses_get_count_a3f6 --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_delete_user_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_delete_user_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
device_configuration_user_status_id string yes Path parameter `deviceConfigurationUserStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_get_user_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_get_user_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
device_configuration_user_status_id string yes Path parameter `deviceConfigurationUserStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_configurations_update_user_statuses 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_configurations_update_user_statuses --json
ParameterTypeRequiredDescription
device_configuration_id string yes Path parameter `deviceConfiguration-id`.
device_configuration_user_status_id string yes Path parameter `deviceConfigurationUserStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_device_enrollment_configurations 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_device_enrollment_configurations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_device_enrollment_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_device_enrollment_configurations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_get_count_69e5 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_get_count_69e5 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_device_enrollment_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_device_enrollment_configurations --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_device_enrollment_configurations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_device_enrollment_configurations --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_device_enrollment_configurations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_device_enrollment_configurations --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_assign 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_assign --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_list_assignments --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_create_assignments --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_assignments_get_count_f0d7 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_assignments_get_count_f0d7 --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_delete_assignments --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
enrollment_configuration_assignment_id string yes Path parameter `enrollmentConfigurationAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_get_assignments --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
enrollment_configuration_assignment_id string yes Path parameter `enrollmentConfigurationAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_update_assignments --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
enrollment_configuration_assignment_id string yes Path parameter `enrollmentConfigurationAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_set_priority 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_enrollment_configurations_device_enrollment_configuration_set_priority --json
ParameterTypeRequiredDescription
device_enrollment_configuration_id string yes Path parameter `deviceEnrollmentConfiguration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_device_management_partners 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_device_management_partners --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_device_management_partners 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_device_management_partners --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_management_partners_get_count_6f25 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_management_partners_get_count_6f25 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_device_management_partners 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_device_management_partners --json
ParameterTypeRequiredDescription
device_management_partner_id string yes Path parameter `deviceManagementPartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_device_management_partners 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_device_management_partners --json
ParameterTypeRequiredDescription
device_management_partner_id string yes Path parameter `deviceManagementPartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_device_management_partners 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_device_management_partners --json
ParameterTypeRequiredDescription
device_management_partner_id string yes Path parameter `deviceManagementPartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_device_management_partners_device_management_partner_terminate 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_device_management_partners_device_management_partner_terminate --json
ParameterTypeRequiredDescription
device_management_partner_id string yes Path parameter `deviceManagementPartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_exchange_connectors 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_exchange_connectors --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_exchange_connectors 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_exchange_connectors --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_exchange_connectors_get_count_7e43 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_exchange_connectors_get_count_7e43 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_exchange_connectors 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_exchange_connectors --json
ParameterTypeRequiredDescription
device_management_exchange_connector_id string yes Path parameter `deviceManagementExchangeConnector-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_exchange_connectors 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_exchange_connectors --json
ParameterTypeRequiredDescription
device_management_exchange_connector_id string yes Path parameter `deviceManagementExchangeConnector-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_exchange_connectors 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_exchange_connectors --json
ParameterTypeRequiredDescription
device_management_exchange_connector_id string yes Path parameter `deviceManagementExchangeConnector-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_exchange_connectors_device_management_exchange_connector_sync 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_exchange_connectors_device_management_exchange_connector_sync --json
ParameterTypeRequiredDescription
device_management_exchange_connector_id string yes Path parameter `deviceManagementExchangeConnector-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_get_effective_permissions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_effective_permissions --json
ParameterTypeRequiredDescription
scope string yes Path parameter `scope`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_imported_windows_autopilot_device_identities 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_imported_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_imported_windows_autopilot_device_identities 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_imported_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_imported_windows_autopilot_device_identities_get_count_36aa 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_imported_windows_autopilot_device_identities_get_count_36aa --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_imported_windows_autopilot_device_identities_import 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_imported_windows_autopilot_device_identities_import --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_delete_imported_windows_autopilot_device_identities 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_imported_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
imported_windows_autopilot_device_identity_id string yes Path parameter `importedWindowsAutopilotDeviceIdentity-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_imported_windows_autopilot_device_identities 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_imported_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
imported_windows_autopilot_device_identity_id string yes Path parameter `importedWindowsAutopilotDeviceIdentity-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_imported_windows_autopilot_device_identities 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_imported_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
imported_windows_autopilot_device_identity_id string yes Path parameter `importedWindowsAutopilotDeviceIdentity-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_ios_update_statuses 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_ios_update_statuses --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_ios_update_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_ios_update_statuses --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_ios_update_statuses_get_count_c734 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_ios_update_statuses_get_count_c734 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_ios_update_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_ios_update_statuses --json
ParameterTypeRequiredDescription
ios_update_device_status_id string yes Path parameter `iosUpdateDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_ios_update_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_ios_update_statuses --json
ParameterTypeRequiredDescription
ios_update_device_status_id string yes Path parameter `iosUpdateDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_ios_update_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_ios_update_statuses --json
ParameterTypeRequiredDescription
ios_update_device_status_id string yes Path parameter `iosUpdateDeviceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_get_managed_device_overview 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_managed_device_overview --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_managed_devices 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_managed_devices --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_managed_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_managed_devices --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_get_count_8108 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_get_count_8108 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_managed_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_managed_devices --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_managed_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_managed_devices --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_managed_devices 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_managed_devices --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_bypass_activation_lock 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_bypass_activation_lock --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_clean_windows_device 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_clean_windows_device --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_delete_user_from_shared_apple_device 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_delete_user_from_shared_apple_device --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_category 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_category 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_category 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_delete_ref_device_category 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_delete_ref_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_get_ref_device_category 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_get_ref_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_update_ref_device_category 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_update_ref_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_list_device_compliance_policy_states 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_list_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_create_device_compliance_policy_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_create_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_device_compliance_policy_states_get_count_dafa 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_device_compliance_policy_states_get_count_dafa --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_compliance_policy_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_compliance_policy_state_id string yes Path parameter `deviceCompliancePolicyState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_compliance_policy_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_compliance_policy_state_id string yes Path parameter `deviceCompliancePolicyState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_compliance_policy_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_compliance_policy_state_id string yes Path parameter `deviceCompliancePolicyState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_list_device_configuration_states 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_list_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_create_device_configuration_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_create_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_device_configuration_states_get_count_a01e 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_device_configuration_states_get_count_a01e --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_configuration_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_delete_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_configuration_state_id string yes Path parameter `deviceConfigurationState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_configuration_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_get_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_configuration_state_id string yes Path parameter `deviceConfigurationState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_configuration_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_update_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_configuration_state_id string yes Path parameter `deviceConfigurationState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_disable_lost_mode 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_disable_lost_mode --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_locate_device 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_locate_device --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_list_log_collection_requests 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_list_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_create_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_create_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_log_collection_requests_get_count_78aa 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_log_collection_requests_get_count_78aa --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_delete_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_delete_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_get_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_get_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_update_log_collection_requests 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_update_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_logout_shared_apple_device_active_user 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_logout_shared_apple_device_active_user --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_reboot_now 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_reboot_now --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_recover_passcode 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_recover_passcode --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_remote_lock 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_remote_lock --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_request_remote_assistance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_request_remote_assistance --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_reset_passcode 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_reset_passcode --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_retire 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_retire --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_shut_down 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_shut_down --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_sync_device 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_sync_device --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_update_windows_device_account 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_update_windows_device_account --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_list_users 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_list_users --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_windows_defender_scan 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_windows_defender_scan --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_windows_defender_update_signatures 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_windows_defender_update_signatures --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_delete_windows_protection_state 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_delete_windows_protection_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_get_windows_protection_state 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_get_windows_protection_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_update_windows_protection_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_update_windows_protection_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_list_detected_malware_state 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_list_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_create_detected_malware_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_create_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_detected_malware_state_get_count_59c4 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_detected_malware_state_get_count_59c4 --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_delete_detected_malware_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_delete_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
windows_device_malware_state_id string yes Path parameter `windowsDeviceMalwareState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_get_detected_malware_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_get_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
windows_device_malware_state_id string yes Path parameter `windowsDeviceMalwareState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_update_detected_malware_state 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_windows_protection_state_update_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
windows_device_malware_state_id string yes Path parameter `windowsDeviceMalwareState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_wipe 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_managed_devices_managed_device_wipe --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_mobile_app_troubleshooting_events 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_mobile_app_troubleshooting_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_mobile_app_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_mobile_app_troubleshooting_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_get_count_9f2d 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_get_count_9f2d --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_mobile_app_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_mobile_app_troubleshooting_events --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_mobile_app_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_mobile_app_troubleshooting_events --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_mobile_app_troubleshooting_events 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_mobile_app_troubleshooting_events --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_list_app_log_collection_requests 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_list_app_log_collection_requests --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_create_app_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_create_app_log_collection_requests --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_app_log_collection_requests_get_count_0428 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_app_log_collection_requests_get_count_0428 --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_delete_app_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_delete_app_log_collection_requests --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
app_log_collection_request_id string yes Path parameter `appLogCollectionRequest-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_get_app_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_get_app_log_collection_requests --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
app_log_collection_request_id string yes Path parameter `appLogCollectionRequest-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_update_app_log_collection_requests 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_update_app_log_collection_requests --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
app_log_collection_request_id string yes Path parameter `appLogCollectionRequest-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_mobile_app_troubleshooting_event_app_log_collection_requests_app_log_collection_request_create_download_url 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_mobile_app_troubleshooting_events_mobile_app_troubleshooting_event_app_log_collection_requests_app_log_collection_request_create_download_url --json
ParameterTypeRequiredDescription
mobile_app_troubleshooting_event_id string yes Path parameter `mobileAppTroubleshootingEvent-id`.
app_log_collection_request_id string yes Path parameter `appLogCollectionRequest-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_mobile_threat_defense_connectors 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_mobile_threat_defense_connectors --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_mobile_threat_defense_connectors 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_mobile_threat_defense_connectors --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_mobile_threat_defense_connectors_get_count_7a2a 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_mobile_threat_defense_connectors_get_count_7a2a --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_mobile_threat_defense_connectors 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_mobile_threat_defense_connectors --json
ParameterTypeRequiredDescription
mobile_threat_defense_connector_id string yes Path parameter `mobileThreatDefenseConnector-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_mobile_threat_defense_connectors 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_mobile_threat_defense_connectors --json
ParameterTypeRequiredDescription
mobile_threat_defense_connector_id string yes Path parameter `mobileThreatDefenseConnector-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_mobile_threat_defense_connectors 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_mobile_threat_defense_connectors --json
ParameterTypeRequiredDescription
mobile_threat_defense_connector_id string yes Path parameter `mobileThreatDefenseConnector-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_notification_message_templates 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_notification_message_templates --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_notification_message_templates 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_notification_message_templates --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_notification_message_templates_get_count_1654 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_notification_message_templates_get_count_1654 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_notification_message_templates 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_notification_message_templates --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_notification_message_templates 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_notification_message_templates --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_notification_message_templates 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_notification_message_templates --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_notification_message_templates_list_localized_notification_messages 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_notification_message_templates_list_localized_notification_messages --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_notification_message_templates_create_localized_notification_messages 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_notification_message_templates_create_localized_notification_messages --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_notification_message_templates_localized_notification_messages_get_count_dee6 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_notification_message_templates_localized_notification_messages_get_count_dee6 --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_notification_message_templates_delete_localized_notification_messages 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_notification_message_templates_delete_localized_notification_messages --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
localized_notification_message_id string yes Path parameter `localizedNotificationMessage-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_notification_message_templates_get_localized_notification_messages 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_notification_message_templates_get_localized_notification_messages --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
localized_notification_message_id string yes Path parameter `localizedNotificationMessage-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_notification_message_templates_update_localized_notification_messages 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_notification_message_templates_update_localized_notification_messages --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
localized_notification_message_id string yes Path parameter `localizedNotificationMessage-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_notification_message_templates_notification_message_template_send_test_message 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_notification_message_templates_notification_message_template_send_test_message --json
ParameterTypeRequiredDescription
notification_message_template_id string yes Path parameter `notificationMessageTemplate-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_remote_assistance_partners 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_remote_assistance_partners --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_remote_assistance_partners 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_remote_assistance_partners --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_get_count_427d 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_get_count_427d --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_remote_assistance_partners 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_remote_assistance_partners --json
ParameterTypeRequiredDescription
remote_assistance_partner_id string yes Path parameter `remoteAssistancePartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_remote_assistance_partners 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_remote_assistance_partners --json
ParameterTypeRequiredDescription
remote_assistance_partner_id string yes Path parameter `remoteAssistancePartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_remote_assistance_partners 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_remote_assistance_partners --json
ParameterTypeRequiredDescription
remote_assistance_partner_id string yes Path parameter `remoteAssistancePartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_begin_onboarding 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_begin_onboarding --json
ParameterTypeRequiredDescription
remote_assistance_partner_id string yes Path parameter `remoteAssistancePartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_disconnect 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_remote_assistance_partners_remote_assistance_partner_disconnect --json
ParameterTypeRequiredDescription
remote_assistance_partner_id string yes Path parameter `remoteAssistancePartner-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_reports 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_reports --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_reports 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_reports --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_reports 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_reports --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_list_export_jobs 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_list_export_jobs --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_reports_create_export_jobs 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_create_export_jobs --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_export_jobs_get_count_5277 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_export_jobs_get_count_5277 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_reports_delete_export_jobs 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_delete_export_jobs --json
ParameterTypeRequiredDescription
device_management_export_job_id string yes Path parameter `deviceManagementExportJob-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_reports_get_export_jobs 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_export_jobs --json
ParameterTypeRequiredDescription
device_management_export_job_id string yes Path parameter `deviceManagementExportJob-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_reports_update_export_jobs 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_update_export_jobs --json
ParameterTypeRequiredDescription
device_management_export_job_id string yes Path parameter `deviceManagementExportJob-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_cached_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_cached_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_summary_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_compliance_policy_non_compliance_summary_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_compliance_setting_non_compliance_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_compliance_setting_non_compliance_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_summary_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_configuration_policy_non_compliance_summary_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_configuration_setting_non_compliance_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_configuration_setting_non_compliance_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_device_management_intent_per_setting_contributing_profiles 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_device_management_intent_per_setting_contributing_profiles --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_device_management_intent_settings_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_device_management_intent_settings_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_device_non_compliance_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_device_non_compliance_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_devices_without_compliance_policy_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_devices_without_compliance_policy_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_historical_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_historical_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_noncompliant_devices_and_settings_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_noncompliant_devices_and_settings_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_metadata 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_metadata --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_summary_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_policy_non_compliance_summary_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_report_filters 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_report_filters --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_get_setting_non_compliance_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_get_setting_non_compliance_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_reports_retrieve_device_app_installation_status_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_reports_retrieve_device_app_installation_status_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_resource_operations 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_resource_operations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_resource_operations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_resource_operations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_resource_operations_get_count_db11 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_resource_operations_get_count_db11 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_resource_operations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_resource_operations --json
ParameterTypeRequiredDescription
resource_operation_id string yes Path parameter `resourceOperation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_resource_operations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_resource_operations --json
ParameterTypeRequiredDescription
resource_operation_id string yes Path parameter `resourceOperation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_resource_operations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_resource_operations --json
ParameterTypeRequiredDescription
resource_operation_id string yes Path parameter `resourceOperation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_role_assignments 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_role_assignments --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_role_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_role_assignments --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_role_assignments_get_count_13e6 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_assignments_get_count_13e6 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_role_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_role_assignments --json
ParameterTypeRequiredDescription
device_and_app_management_role_assignment_id string yes Path parameter `deviceAndAppManagementRoleAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_role_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_role_assignments --json
ParameterTypeRequiredDescription
device_and_app_management_role_assignment_id string yes Path parameter `deviceAndAppManagementRoleAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_role_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_role_assignments --json
ParameterTypeRequiredDescription
device_and_app_management_role_assignment_id string yes Path parameter `deviceAndAppManagementRoleAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_role_assignments_get_role_definition 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_assignments_get_role_definition --json
ParameterTypeRequiredDescription
device_and_app_management_role_assignment_id string yes Path parameter `deviceAndAppManagementRoleAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_role_definitions 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_role_definitions --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_role_definitions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_role_definitions --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_role_definitions_get_count_031b 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_definitions_get_count_031b --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_role_definitions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_role_definitions --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_role_definitions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_role_definitions --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_role_definitions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_role_definitions --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_role_definitions_list_role_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_definitions_list_role_assignments --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_role_definitions_create_role_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_definitions_create_role_assignments --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_role_definitions_role_assignments_get_count_3dca 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_definitions_role_assignments_get_count_3dca --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_role_definitions_delete_role_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_definitions_delete_role_assignments --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
role_assignment_id string yes Path parameter `roleAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_role_definitions_get_role_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_definitions_get_role_assignments --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
role_assignment_id string yes Path parameter `roleAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_role_definitions_update_role_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_definitions_update_role_assignments --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
role_assignment_id string yes Path parameter `roleAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_role_definitions_role_assignments_get_role_definition 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_role_definitions_role_assignments_get_role_definition --json
ParameterTypeRequiredDescription
role_definition_id string yes Path parameter `roleDefinition-id`.
role_assignment_id string yes Path parameter `roleAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_software_update_status_summary 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_software_update_status_summary --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_terms_and_conditions 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_terms_and_conditions --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_terms_and_conditions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_terms_and_conditions --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_count_b2c0 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_count_b2c0 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_terms_and_conditions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_terms_and_conditions --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_terms_and_conditions 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_terms_and_conditions --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_terms_and_conditions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_terms_and_conditions --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_list_acceptance_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_list_acceptance_statuses --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_create_acceptance_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_create_acceptance_statuses --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_count_d4f9 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_count_d4f9 --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_delete_acceptance_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_delete_acceptance_statuses --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
terms_and_conditions_acceptance_status_id string yes Path parameter `termsAndConditionsAcceptanceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_acceptance_statuses 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_acceptance_statuses --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
terms_and_conditions_acceptance_status_id string yes Path parameter `termsAndConditionsAcceptanceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_update_acceptance_statuses 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_update_acceptance_statuses --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
terms_and_conditions_acceptance_status_id string yes Path parameter `termsAndConditionsAcceptanceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_terms_and_conditions 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_acceptance_statuses_get_terms_and_conditions --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
terms_and_conditions_acceptance_status_id string yes Path parameter `termsAndConditionsAcceptanceStatus-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_list_assignments --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_create_assignments --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_assignments_get_count_0a20 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_assignments_get_count_0a20 --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_delete_assignments --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
terms_and_conditions_assignment_id string yes Path parameter `termsAndConditionsAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_get_assignments --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
terms_and_conditions_assignment_id string yes Path parameter `termsAndConditionsAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_terms_and_conditions_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_terms_and_conditions_update_assignments --json
ParameterTypeRequiredDescription
terms_and_conditions_id string yes Path parameter `termsAndConditions-id`.
terms_and_conditions_assignment_id string yes Path parameter `termsAndConditionsAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_troubleshooting_events 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_troubleshooting_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_troubleshooting_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_troubleshooting_events_get_count_0f54 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_troubleshooting_events_get_count_0f54 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_troubleshooting_events --json
ParameterTypeRequiredDescription
device_management_troubleshooting_event_id string yes Path parameter `deviceManagementTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_troubleshooting_events --json
ParameterTypeRequiredDescription
device_management_troubleshooting_event_id string yes Path parameter `deviceManagementTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_troubleshooting_events 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_troubleshooting_events --json
ParameterTypeRequiredDescription
device_management_troubleshooting_event_id string yes Path parameter `deviceManagementTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_get_count_6ac7 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_get_count_6ac7 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_application_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthApplicationPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_application_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthApplicationPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_application_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthApplicationPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_details 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_details --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_details 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_details --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_details_get_count_2b1f 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_details_get_count_2b1f --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_details 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_details --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_app_performance_by_app_version_details_id string yes Path parameter `userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_details 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_details --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_app_performance_by_app_version_details_id string yes Path parameter `userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_details 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_details --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_app_performance_by_app_version_details_id string yes Path parameter `userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_device_id 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_app_version_device_id --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_device_id 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_app_version_device_id --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_device_id_get_count_d4df 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_app_version_device_id_get_count_d4df --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_device_id 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_app_version_device_id --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_app_performance_by_app_version_device_id_id string yes Path parameter `userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_device_id 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_app_version_device_id --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_app_performance_by_app_version_device_id_id string yes Path parameter `userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_device_id 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_app_version_device_id --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_app_performance_by_app_version_device_id_id string yes Path parameter `userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_osversion 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_application_performance_by_osversion --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_osversion 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_application_performance_by_osversion --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_osversion_get_count_e423 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_application_performance_by_osversion_get_count_e423 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_osversion 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_application_performance_by_osversion --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_app_performance_by_osversion_id string yes Path parameter `userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_osversion 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_application_performance_by_osversion --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_app_performance_by_osversion_id string yes Path parameter `userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_osversion 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_application_performance_by_osversion --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_app_performance_by_osversion_id string yes Path parameter `userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_model_performance 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_model_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_model_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_model_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_model_performance_get_count_d8bb 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_model_performance_get_count_d8bb --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_model_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_model_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_device_model_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthDeviceModelPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_model_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_model_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_device_model_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthDeviceModelPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_model_performance 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_model_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_device_model_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthDeviceModelPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_get_count_3c87 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_get_count_3c87 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_device_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthDevicePerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_device_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthDevicePerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_device_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthDevicePerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance_details 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_device_performance_details --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance_details 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_device_performance_details --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_details_get_count_4666 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_device_performance_details_get_count_4666 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance_details 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_device_performance_details --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_device_performance_details_id string yes Path parameter `userExperienceAnalyticsAppHealthDevicePerformanceDetails-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance_details 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_device_performance_details --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_device_performance_details_id string yes Path parameter `userExperienceAnalyticsAppHealthDevicePerformanceDetails-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance_details 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_device_performance_details --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_device_performance_details_id string yes Path parameter `userExperienceAnalyticsAppHealthDevicePerformanceDetails-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_osversion_performance 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_app_health_osversion_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_osversion_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_app_health_osversion_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_osversion_performance_get_count_d1f0 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_osversion_performance_get_count_d1f0 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_osversion_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_osversion_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_osversion_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthOSVersionPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_osversion_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_osversion_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_osversion_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthOSVersionPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_osversion_performance 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_osversion_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_app_health_osversion_performance_id string yes Path parameter `userExperienceAnalyticsAppHealthOSVersionPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_overview 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_app_health_overview --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_overview 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_app_health_overview --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_app_health_overview --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_list_metric_values 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_list_metric_values --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_create_metric_values 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_create_metric_values --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_metric_values_get_count_8e50 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_metric_values_get_count_8e50 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_delete_metric_values 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_delete_metric_values --json
ParameterTypeRequiredDescription
user_experience_analytics_metric_id string yes Path parameter `userExperienceAnalyticsMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_get_metric_values 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_get_metric_values --json
ParameterTypeRequiredDescription
user_experience_analytics_metric_id string yes Path parameter `userExperienceAnalyticsMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_update_metric_values 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_app_health_overview_update_metric_values --json
ParameterTypeRequiredDescription
user_experience_analytics_metric_id string yes Path parameter `userExperienceAnalyticsMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_baselines 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_baselines --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_baselines 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_baselines --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_count_cb93 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_count_cb93 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_baselines 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_baselines --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_baselines 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_baselines --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_baselines 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_baselines --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_app_health_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_app_health_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_battery_health_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_battery_health_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_best_practices_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_best_practices_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_device_boot_performance_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_device_boot_performance_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_reboot_analytics_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_reboot_analytics_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_resource_performance_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_resource_performance_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_work_from_anywhere_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_baselines_get_work_from_anywhere_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_baseline_id string yes Path parameter `userExperienceAnalyticsBaseline-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_categories 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_categories --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_categories --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_get_count_6bb5 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_get_count_6bb5 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_categories --json
ParameterTypeRequiredDescription
user_experience_analytics_category_id string yes Path parameter `userExperienceAnalyticsCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_categories 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_categories --json
ParameterTypeRequiredDescription
user_experience_analytics_category_id string yes Path parameter `userExperienceAnalyticsCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_categories 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_categories --json
ParameterTypeRequiredDescription
user_experience_analytics_category_id string yes Path parameter `userExperienceAnalyticsCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_list_metric_values 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_list_metric_values --json
ParameterTypeRequiredDescription
user_experience_analytics_category_id string yes Path parameter `userExperienceAnalyticsCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_create_metric_values 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_create_metric_values --json
ParameterTypeRequiredDescription
user_experience_analytics_category_id string yes Path parameter `userExperienceAnalyticsCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_metric_values_get_count_a34c 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_metric_values_get_count_a34c --json
ParameterTypeRequiredDescription
user_experience_analytics_category_id string yes Path parameter `userExperienceAnalyticsCategory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_delete_metric_values 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_delete_metric_values --json
ParameterTypeRequiredDescription
user_experience_analytics_category_id string yes Path parameter `userExperienceAnalyticsCategory-id`.
user_experience_analytics_metric_id string yes Path parameter `userExperienceAnalyticsMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_get_metric_values 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_get_metric_values --json
ParameterTypeRequiredDescription
user_experience_analytics_category_id string yes Path parameter `userExperienceAnalyticsCategory-id`.
user_experience_analytics_metric_id string yes Path parameter `userExperienceAnalyticsMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_update_metric_values 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_categories_update_metric_values --json
ParameterTypeRequiredDescription
user_experience_analytics_category_id string yes Path parameter `userExperienceAnalyticsCategory-id`.
user_experience_analytics_metric_id string yes Path parameter `userExperienceAnalyticsMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_performance 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_performance_get_count_7e9c 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_performance_get_count_7e9c --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_performance_summarize_device_performance_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_performance_summarize_device_performance_devices --json
ParameterTypeRequiredDescription
summarize_by string yes Path parameter `summarizeBy`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_device_performance_id string yes Path parameter `userExperienceAnalyticsDevicePerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_device_performance_id string yes Path parameter `userExperienceAnalyticsDevicePerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_performance 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_device_performance_id string yes Path parameter `userExperienceAnalyticsDevicePerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_scores 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_scores --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_scores 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_scores --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_scores_get_count_396a 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_scores_get_count_396a --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_scores 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_scores --json
ParameterTypeRequiredDescription
user_experience_analytics_device_scores_id string yes Path parameter `userExperienceAnalyticsDeviceScores-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_scores 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_scores --json
ParameterTypeRequiredDescription
user_experience_analytics_device_scores_id string yes Path parameter `userExperienceAnalyticsDeviceScores-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_scores 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_scores --json
ParameterTypeRequiredDescription
user_experience_analytics_device_scores_id string yes Path parameter `userExperienceAnalyticsDeviceScores-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_history 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_history --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_history 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_history --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_history_get_count_a819 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_history_get_count_a819 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_history 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_history --json
ParameterTypeRequiredDescription
user_experience_analytics_device_startup_history_id string yes Path parameter `userExperienceAnalyticsDeviceStartupHistory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_history 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_history --json
ParameterTypeRequiredDescription
user_experience_analytics_device_startup_history_id string yes Path parameter `userExperienceAnalyticsDeviceStartupHistory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_history 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_history --json
ParameterTypeRequiredDescription
user_experience_analytics_device_startup_history_id string yes Path parameter `userExperienceAnalyticsDeviceStartupHistory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_process_performance 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_process_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_process_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_process_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_process_performance_get_count_2dec 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_process_performance_get_count_2dec --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_process_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_process_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_device_startup_process_performance_id string yes Path parameter `userExperienceAnalyticsDeviceStartupProcessPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_process_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_process_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_device_startup_process_performance_id string yes Path parameter `userExperienceAnalyticsDeviceStartupProcessPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_process_performance 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_process_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_device_startup_process_performance_id string yes Path parameter `userExperienceAnalyticsDeviceStartupProcessPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_processes 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_device_startup_processes --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_processes 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_device_startup_processes --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_processes_get_count_f629 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_device_startup_processes_get_count_f629 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_processes 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_device_startup_processes --json
ParameterTypeRequiredDescription
user_experience_analytics_device_startup_process_id string yes Path parameter `userExperienceAnalyticsDeviceStartupProcess-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_processes 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_device_startup_processes --json
ParameterTypeRequiredDescription
user_experience_analytics_device_startup_process_id string yes Path parameter `userExperienceAnalyticsDeviceStartupProcess-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_processes 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_device_startup_processes --json
ParameterTypeRequiredDescription
user_experience_analytics_device_startup_process_id string yes Path parameter `userExperienceAnalyticsDeviceStartupProcess-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_metric_history 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_metric_history --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_metric_history 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_metric_history --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_metric_history_get_count_6671 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_metric_history_get_count_6671 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_metric_history 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_metric_history --json
ParameterTypeRequiredDescription
user_experience_analytics_metric_history_id string yes Path parameter `userExperienceAnalyticsMetricHistory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_metric_history 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_metric_history --json
ParameterTypeRequiredDescription
user_experience_analytics_metric_history_id string yes Path parameter `userExperienceAnalyticsMetricHistory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_metric_history 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_metric_history --json
ParameterTypeRequiredDescription
user_experience_analytics_metric_history_id string yes Path parameter `userExperienceAnalyticsMetricHistory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_model_scores 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_model_scores --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_model_scores 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_model_scores --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_model_scores_get_count_aff3 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_model_scores_get_count_aff3 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_model_scores 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_model_scores --json
ParameterTypeRequiredDescription
user_experience_analytics_model_scores_id string yes Path parameter `userExperienceAnalyticsModelScores-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_model_scores 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_model_scores --json
ParameterTypeRequiredDescription
user_experience_analytics_model_scores_id string yes Path parameter `userExperienceAnalyticsModelScores-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_model_scores 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_model_scores --json
ParameterTypeRequiredDescription
user_experience_analytics_model_scores_id string yes Path parameter `userExperienceAnalyticsModelScores-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_overview 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_overview --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_overview 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_overview --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_overview 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_overview --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_score_history 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_score_history --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_score_history 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_score_history --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_score_history_get_count_e5ba 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_score_history_get_count_e5ba --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_score_history 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_score_history --json
ParameterTypeRequiredDescription
user_experience_analytics_score_history_id string yes Path parameter `userExperienceAnalyticsScoreHistory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_score_history 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_score_history --json
ParameterTypeRequiredDescription
user_experience_analytics_score_history_id string yes Path parameter `userExperienceAnalyticsScoreHistory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_score_history 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_score_history --json
ParameterTypeRequiredDescription
user_experience_analytics_score_history_id string yes Path parameter `userExperienceAnalyticsScoreHistory-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_summarize_work_from_anywhere_devices 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_summarize_work_from_anywhere_devices --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_hardware_readiness_metric 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_hardware_readiness_metric --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_hardware_readiness_metric 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_hardware_readiness_metric --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_hardware_readiness_metric 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_hardware_readiness_metric --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_metrics 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_metrics --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_metrics --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_count_2efc 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_count_2efc --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_metric_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_metrics 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_metric_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_metrics 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_metrics --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_metric_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_list_metric_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_list_metric_devices --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_metric_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_create_metric_devices 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_create_metric_devices --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_metric_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_metric_devices_get_count_bd0e 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_metric_devices_get_count_bd0e --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_metric_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereMetric-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_delete_metric_devices 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_delete_metric_devices --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_metric_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereMetric-id`.
user_experience_analytics_work_from_anywhere_device_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_metric_devices 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_get_metric_devices --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_metric_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereMetric-id`.
user_experience_analytics_work_from_anywhere_device_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_update_metric_devices 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_metrics_update_metric_devices --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_metric_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereMetric-id`.
user_experience_analytics_work_from_anywhere_device_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_model_performance 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_user_experience_analytics_work_from_anywhere_model_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_model_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_user_experience_analytics_work_from_anywhere_model_performance --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_model_performance_get_count_4b25 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_user_experience_analytics_work_from_anywhere_model_performance_get_count_4b25 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_model_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_user_experience_analytics_work_from_anywhere_model_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_model_performance_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereModelPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_model_performance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_user_experience_analytics_work_from_anywhere_model_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_model_performance_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereModelPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_model_performance 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_user_experience_analytics_work_from_anywhere_model_performance --json
ParameterTypeRequiredDescription
user_experience_analytics_work_from_anywhere_model_performance_id string yes Path parameter `userExperienceAnalyticsWorkFromAnywhereModelPerformance-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_verify_windows_enrollment_auto_discovery 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_verify_windows_enrollment_auto_discovery --json
ParameterTypeRequiredDescription
domain_name string yes Path parameter `domainName`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_virtual_endpoint 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_virtual_endpoint --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_virtual_endpoint 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_virtual_endpoint --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_virtual_endpoint 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_virtual_endpoint --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_audit_events 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_audit_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_audit_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_audit_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_audit_events_get_count_dc99 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_audit_events_get_count_dc99 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_audit_events_get_audit_activity_types 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_audit_events_get_audit_activity_types --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_audit_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_audit_events --json
ParameterTypeRequiredDescription
cloud_pc_audit_event_id string yes Path parameter `cloudPcAuditEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_audit_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_audit_events --json
ParameterTypeRequiredDescription
cloud_pc_audit_event_id string yes Path parameter `cloudPcAuditEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_audit_events 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_audit_events --json
ParameterTypeRequiredDescription
cloud_pc_audit_event_id string yes Path parameter `cloudPcAuditEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_cloud_pcs 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_cloud_pcs --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_cloud_pcs 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_cloud_pcs --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_get_count_07ce 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_get_count_07ce --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_cloud_pcs 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_cloud_pcs --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_cloud_pcs 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_cloud_pcs --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_cloud_pcs 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_cloud_pcs --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_end_grace_period 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_end_grace_period --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reboot 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reboot --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_rename 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_rename --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reprovision 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_reprovision --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_resize 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_resize --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_restore 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_restore --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_retrieve_cloud_pc_launch_detail 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_retrieve_cloud_pc_launch_detail --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_troubleshoot 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_cloud_pcs_cloud_pc_troubleshoot --json
ParameterTypeRequiredDescription
cloud_pc_id string yes Path parameter `cloudPC-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_device_images 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_device_images --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_device_images 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_device_images --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_device_images_get_count_e128 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_device_images_get_count_e128 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_device_images_get_source_images 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_device_images_get_source_images --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_device_images 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_device_images --json
ParameterTypeRequiredDescription
cloud_pc_device_image_id string yes Path parameter `cloudPcDeviceImage-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_device_images 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_device_images --json
ParameterTypeRequiredDescription
cloud_pc_device_image_id string yes Path parameter `cloudPcDeviceImage-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_device_images 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_device_images --json
ParameterTypeRequiredDescription
cloud_pc_device_image_id string yes Path parameter `cloudPcDeviceImage-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_on_premises_connections 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_on_premises_connections --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_on_premises_connections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_on_premises_connections --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_get_count_f373 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_get_count_f373 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_on_premises_connections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_on_premises_connections --json
ParameterTypeRequiredDescription
cloud_pc_on_premises_connection_id string yes Path parameter `cloudPcOnPremisesConnection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_on_premises_connections 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_on_premises_connections --json
ParameterTypeRequiredDescription
cloud_pc_on_premises_connection_id string yes Path parameter `cloudPcOnPremisesConnection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_on_premises_connections 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_on_premises_connections --json
ParameterTypeRequiredDescription
cloud_pc_on_premises_connection_id string yes Path parameter `cloudPcOnPremisesConnection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_run_health_checks 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_run_health_checks --json
ParameterTypeRequiredDescription
cloud_pc_on_premises_connection_id string yes Path parameter `cloudPcOnPremisesConnection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_update_ad_domain_password 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_on_premises_connections_cloud_pc_on_premises_connection_update_ad_domain_password --json
ParameterTypeRequiredDescription
cloud_pc_on_premises_connection_id string yes Path parameter `cloudPcOnPremisesConnection-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_provisioning_policies 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_provisioning_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_provisioning_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_provisioning_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_count_08c5 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_count_08c5 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_provisioning_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_provisioning_policies --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_provisioning_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_provisioning_policies --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_provisioning_policies 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_provisioning_policies --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_cloud_pc_provisioning_policy_assign 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_cloud_pc_provisioning_policy_assign --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_list_assignments --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_create_assignments --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_count_69f3 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_count_69f3 --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_delete_assignments --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_get_assignments --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_update_assignments --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_list_assigned_users 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_list_assigned_users --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_by_user_principal_name 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_by_user_principal_name --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
user_principal_name string yes Path parameter `userPrincipalName`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_count_0cc7 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_count_0cc7 --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_assigned_users 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_get_assigned_users --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_mailbox_settings 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_get_mailbox_settings --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_update_mailbox_settings 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_update_mailbox_settings --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_list_service_provisioning_errors 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_list_service_provisioning_errors --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_service_provisioning_errors_get_count_115a 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_provisioning_policies_assignments_assigned_users_service_provisioning_errors_get_count_115a --json
ParameterTypeRequiredDescription
cloud_pc_provisioning_policy_id string yes Path parameter `cloudPcProvisioningPolicy-id`.
cloud_pc_provisioning_policy_assignment_id string yes Path parameter `cloudPcProvisioningPolicyAssignment-id`.
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_report 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_report 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_report 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_report --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_report_retrieve_cloud_pc_recommendation_reports 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_report_retrieve_cloud_pc_recommendation_reports --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_user_settings 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_list_user_settings --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_user_settings 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_create_user_settings --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_get_count_4aa3 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_get_count_4aa3 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_user_settings 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_delete_user_settings --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_user_settings 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_get_user_settings --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_user_settings 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_update_user_settings --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_cloud_pc_user_setting_assign 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_cloud_pc_user_setting_assign --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_list_assignments 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_list_assignments --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_create_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_create_assignments --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_assignments_get_count_e245 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_assignments_get_count_e245 --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_delete_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_delete_assignments --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
cloud_pc_user_setting_assignment_id string yes Path parameter `cloudPcUserSettingAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_get_assignments 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_get_assignments --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
cloud_pc_user_setting_assignment_id string yes Path parameter `cloudPcUserSettingAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_update_assignments 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_virtual_endpoint_user_settings_update_assignments --json
ParameterTypeRequiredDescription
cloud_pc_user_setting_id string yes Path parameter `cloudPcUserSetting-id`.
cloud_pc_user_setting_assignment_id string yes Path parameter `cloudPcUserSettingAssignment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_windows_autopilot_device_identities 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_windows_autopilot_device_identities 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_get_count_0841 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_get_count_0841 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_windows_autopilot_device_identities 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
windows_autopilot_device_identity_id string yes Path parameter `windowsAutopilotDeviceIdentity-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_windows_autopilot_device_identities 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
windows_autopilot_device_identity_id string yes Path parameter `windowsAutopilotDeviceIdentity-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_windows_autopilot_device_identities 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_windows_autopilot_device_identities --json
ParameterTypeRequiredDescription
windows_autopilot_device_identity_id string yes Path parameter `windowsAutopilotDeviceIdentity-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_assign_user_to_device 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_assign_user_to_device --json
ParameterTypeRequiredDescription
windows_autopilot_device_identity_id string yes Path parameter `windowsAutopilotDeviceIdentity-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_unassign_user_from_device 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_unassign_user_from_device --json
ParameterTypeRequiredDescription
windows_autopilot_device_identity_id string yes Path parameter `windowsAutopilotDeviceIdentity-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_update_device_properties 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_autopilot_device_identities_windows_autopilot_device_identity_update_device_properties --json
ParameterTypeRequiredDescription
windows_autopilot_device_identity_id string yes Path parameter `windowsAutopilotDeviceIdentity-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_windows_information_protection_app_learning_summaries 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_windows_information_protection_app_learning_summaries --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_windows_information_protection_app_learning_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_windows_information_protection_app_learning_summaries --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_windows_information_protection_app_learning_summaries_get_count_07af 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_information_protection_app_learning_summaries_get_count_07af --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_windows_information_protection_app_learning_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_windows_information_protection_app_learning_summaries --json
ParameterTypeRequiredDescription
windows_information_protection_app_learning_summary_id string yes Path parameter `windowsInformationProtectionAppLearningSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_windows_information_protection_app_learning_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_windows_information_protection_app_learning_summaries --json
ParameterTypeRequiredDescription
windows_information_protection_app_learning_summary_id string yes Path parameter `windowsInformationProtectionAppLearningSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_windows_information_protection_app_learning_summaries 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_windows_information_protection_app_learning_summaries --json
ParameterTypeRequiredDescription
windows_information_protection_app_learning_summary_id string yes Path parameter `windowsInformationProtectionAppLearningSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_windows_information_protection_network_learning_summaries 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_windows_information_protection_network_learning_summaries --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_windows_information_protection_network_learning_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_windows_information_protection_network_learning_summaries --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_windows_information_protection_network_learning_summaries_get_count_c2c3 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_information_protection_network_learning_summaries_get_count_c2c3 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_windows_information_protection_network_learning_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_windows_information_protection_network_learning_summaries --json
ParameterTypeRequiredDescription
windows_information_protection_network_learning_summary_id string yes Path parameter `windowsInformationProtectionNetworkLearningSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_windows_information_protection_network_learning_summaries 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_windows_information_protection_network_learning_summaries --json
ParameterTypeRequiredDescription
windows_information_protection_network_learning_summary_id string yes Path parameter `windowsInformationProtectionNetworkLearningSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_windows_information_protection_network_learning_summaries 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_windows_information_protection_network_learning_summaries --json
ParameterTypeRequiredDescription
windows_information_protection_network_learning_summary_id string yes Path parameter `windowsInformationProtectionNetworkLearningSummary-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_list_windows_malware_information 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_list_windows_malware_information --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_create_windows_malware_information 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_create_windows_malware_information --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_windows_malware_information_get_count_3d28 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_malware_information_get_count_3d28 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_delete_windows_malware_information 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_delete_windows_malware_information --json
ParameterTypeRequiredDescription
windows_malware_information_id string yes Path parameter `windowsMalwareInformation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_get_windows_malware_information 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_get_windows_malware_information --json
ParameterTypeRequiredDescription
windows_malware_information_id string yes Path parameter `windowsMalwareInformation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_update_windows_malware_information 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_update_windows_malware_information --json
ParameterTypeRequiredDescription
windows_malware_information_id string yes Path parameter `windowsMalwareInformation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_windows_malware_information_list_device_malware_states 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_malware_information_list_device_malware_states --json
ParameterTypeRequiredDescription
windows_malware_information_id string yes Path parameter `windowsMalwareInformation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_windows_malware_information_create_device_malware_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_malware_information_create_device_malware_states --json
ParameterTypeRequiredDescription
windows_malware_information_id string yes Path parameter `windowsMalwareInformation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_device_management_windows_malware_information_device_malware_states_get_count_bf2c 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_malware_information_device_malware_states_get_count_bf2c --json
ParameterTypeRequiredDescription
windows_malware_information_id string yes Path parameter `windowsMalwareInformation-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_windows_malware_information_delete_device_malware_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_malware_information_delete_device_malware_states --json
ParameterTypeRequiredDescription
windows_malware_information_id string yes Path parameter `windowsMalwareInformation-id`.
malware_state_for_windows_device_id string yes Path parameter `malwareStateForWindowsDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_windows_malware_information_get_device_malware_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_malware_information_get_device_malware_states --json
ParameterTypeRequiredDescription
windows_malware_information_id string yes Path parameter `windowsMalwareInformation-id`.
malware_state_for_windows_device_id string yes Path parameter `malwareStateForWindowsDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_device_management_windows_malware_information_update_device_malware_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_device_management_windows_malware_information_update_device_malware_states --json
ParameterTypeRequiredDescription
windows_malware_information_id string yes Path parameter `windowsMalwareInformation-id`.
malware_state_for_windows_device_id string yes Path parameter `malwareStateForWindowsDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_list_device_management_troubleshooting_events 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_list_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_create_device_management_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_create_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_device_management_troubleshooting_events_get_count_0d38 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_device_management_troubleshooting_events_get_count_0d38 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_delete_device_management_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_delete_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
device_management_troubleshooting_event_id string yes Path parameter `deviceManagementTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_get_device_management_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_get_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
device_management_troubleshooting_event_id string yes Path parameter `deviceManagementTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_update_device_management_troubleshooting_events 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_update_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
device_management_troubleshooting_event_id string yes Path parameter `deviceManagementTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_get_managed_app_diagnostic_statuses 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_get_managed_app_diagnostic_statuses --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_get_managed_app_policies 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_get_managed_app_policies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_list_managed_app_registrations 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_list_managed_app_registrations --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_app_registrations_get_count_3124 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_app_registrations_get_count_3124 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_get_managed_app_registrations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_get_managed_app_registrations --json
ParameterTypeRequiredDescription
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_list_managed_devices 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_list_managed_devices --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_create_managed_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_create_managed_devices --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_get_count_ff2a 11 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_get_count_ff2a --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_delete_managed_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_delete_managed_devices --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_get_managed_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_get_managed_devices --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_update_managed_devices 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_update_managed_devices --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_bypass_activation_lock 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_bypass_activation_lock --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_clean_windows_device 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_clean_windows_device --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_delete_user_from_shared_apple_device 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_delete_user_from_shared_apple_device --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_delete_device_category 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_delete_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_get_device_category 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_get_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_update_device_category 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_update_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_delete_ref_device_category 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_delete_ref_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_get_ref_device_category 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_get_ref_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_update_ref_device_category 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_update_ref_device_category --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_list_device_compliance_policy_states 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_list_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_create_device_compliance_policy_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_create_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_device_compliance_policy_states_get_count_c50d 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_device_compliance_policy_states_get_count_c50d --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_delete_device_compliance_policy_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_delete_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_compliance_policy_state_id string yes Path parameter `deviceCompliancePolicyState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_get_device_compliance_policy_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_get_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_compliance_policy_state_id string yes Path parameter `deviceCompliancePolicyState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_update_device_compliance_policy_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_update_device_compliance_policy_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_compliance_policy_state_id string yes Path parameter `deviceCompliancePolicyState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_list_device_configuration_states 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_list_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_create_device_configuration_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_create_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_device_configuration_states_get_count_c4ef 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_device_configuration_states_get_count_c4ef --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_delete_device_configuration_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_delete_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_configuration_state_id string yes Path parameter `deviceConfigurationState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_get_device_configuration_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_get_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_configuration_state_id string yes Path parameter `deviceConfigurationState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_update_device_configuration_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_update_device_configuration_states --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_configuration_state_id string yes Path parameter `deviceConfigurationState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_disable_lost_mode 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_disable_lost_mode --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_locate_device 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_locate_device --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_list_log_collection_requests 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_list_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_create_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_create_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_log_collection_requests_get_count_3d53 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_log_collection_requests_get_count_3d53 --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_delete_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_delete_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_get_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_get_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_update_log_collection_requests 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_update_log_collection_requests --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_logout_shared_apple_device_active_user 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_logout_shared_apple_device_active_user --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_reboot_now 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_reboot_now --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_recover_passcode 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_recover_passcode --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_remote_lock 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_remote_lock --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_request_remote_assistance 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_request_remote_assistance --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_reset_passcode 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_reset_passcode --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_retire 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_retire --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_shut_down 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_shut_down --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_sync_device 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_sync_device --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_update_windows_device_account 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_update_windows_device_account --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_list_users 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_list_users --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_windows_defender_scan 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_windows_defender_scan --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_windows_defender_update_signatures 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_windows_defender_update_signatures --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_delete_windows_protection_state 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_delete_windows_protection_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_get_windows_protection_state 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_get_windows_protection_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_update_windows_protection_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_update_windows_protection_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_list_detected_malware_state 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_list_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_create_detected_malware_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_create_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_detected_malware_state_get_count_16e6 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_detected_malware_state_get_count_16e6 --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_delete_detected_malware_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_delete_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
windows_device_malware_state_id string yes Path parameter `windowsDeviceMalwareState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_get_detected_malware_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_get_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
windows_device_malware_state_id string yes Path parameter `windowsDeviceMalwareState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_update_detected_malware_state 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_windows_protection_state_update_detected_malware_state --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
windows_device_malware_state_id string yes Path parameter `windowsDeviceMalwareState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_managed_devices_managed_device_wipe 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_managed_devices_managed_device_wipe --json
ParameterTypeRequiredDescription
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_me_wipe_managed_app_registrations_by_device_tag 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_me_wipe_managed_app_registrations_by_device_tag --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_list_device_management_troubleshooting_events 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_list_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_create_device_management_troubleshooting_events 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_create_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_device_management_troubleshooting_events_get_count_3623 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_device_management_troubleshooting_events_get_count_3623 --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_delete_device_management_troubleshooting_events 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_delete_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
device_management_troubleshooting_event_id string yes Path parameter `deviceManagementTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_get_device_management_troubleshooting_events 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_get_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
device_management_troubleshooting_event_id string yes Path parameter `deviceManagementTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_update_device_management_troubleshooting_events 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_update_device_management_troubleshooting_events --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
device_management_troubleshooting_event_id string yes Path parameter `deviceManagementTroubleshootingEvent-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_user_get_managed_app_diagnostic_statuses 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_get_managed_app_diagnostic_statuses --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_get_managed_app_policies 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_get_managed_app_policies --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_list_managed_app_registrations 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_list_managed_app_registrations --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_app_registrations_get_count_9add 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_app_registrations_get_count_9add --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_get_managed_app_registrations 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_get_managed_app_registrations --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_app_registration_id string yes Path parameter `managedAppRegistration-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_list_managed_devices 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_list_managed_devices --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_create_managed_devices 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_create_managed_devices --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_get_count_9db6 12 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_get_count_9db6 --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_delete_managed_devices 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_delete_managed_devices --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_get_managed_devices 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_get_managed_devices --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_update_managed_devices 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_update_managed_devices --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_bypass_activation_lock 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_bypass_activation_lock --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_clean_windows_device 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_clean_windows_device --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_delete_user_from_shared_apple_device 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_delete_user_from_shared_apple_device --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_delete_device_category 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_delete_device_category --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_get_device_category 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_get_device_category --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_update_device_category 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_update_device_category --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_delete_ref_device_category 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_delete_ref_device_category --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_get_ref_device_category 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_get_ref_device_category --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_update_ref_device_category 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_update_ref_device_category --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_list_device_compliance_policy_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_list_device_compliance_policy_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_create_device_compliance_policy_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_create_device_compliance_policy_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_device_compliance_policy_states_get_count_51d2 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_device_compliance_policy_states_get_count_51d2 --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_delete_device_compliance_policy_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_delete_device_compliance_policy_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_compliance_policy_state_id string yes Path parameter `deviceCompliancePolicyState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_get_device_compliance_policy_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_get_device_compliance_policy_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_compliance_policy_state_id string yes Path parameter `deviceCompliancePolicyState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_update_device_compliance_policy_states 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_update_device_compliance_policy_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_compliance_policy_state_id string yes Path parameter `deviceCompliancePolicyState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_list_device_configuration_states 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_list_device_configuration_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_create_device_configuration_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_create_device_configuration_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_device_configuration_states_get_count_44c9 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_device_configuration_states_get_count_44c9 --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_delete_device_configuration_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_delete_device_configuration_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_configuration_state_id string yes Path parameter `deviceConfigurationState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_get_device_configuration_states 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_get_device_configuration_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_configuration_state_id string yes Path parameter `deviceConfigurationState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_update_device_configuration_states 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_update_device_configuration_states --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_configuration_state_id string yes Path parameter `deviceConfigurationState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_disable_lost_mode 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_disable_lost_mode --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_locate_device 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_locate_device --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_list_log_collection_requests 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_list_log_collection_requests --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_create_log_collection_requests 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_create_log_collection_requests --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_log_collection_requests_get_count_fcd3 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_log_collection_requests_get_count_fcd3 --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_delete_log_collection_requests 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_delete_log_collection_requests --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_get_log_collection_requests 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_get_log_collection_requests --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_update_log_collection_requests 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_update_log_collection_requests --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_log_collection_requests_device_log_collection_response_create_download_url --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
device_log_collection_response_id string yes Path parameter `deviceLogCollectionResponse-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_logout_shared_apple_device_active_user 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_logout_shared_apple_device_active_user --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_reboot_now 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_reboot_now --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_recover_passcode 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_recover_passcode --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_remote_lock 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_remote_lock --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_request_remote_assistance 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_request_remote_assistance --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_reset_passcode 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_reset_passcode --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_retire 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_retire --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_shut_down 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_shut_down --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_sync_device 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_sync_device --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_update_windows_device_account 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_update_windows_device_account --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_list_users 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_list_users --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_windows_defender_scan 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_windows_defender_scan --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_windows_defender_update_signatures 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_windows_defender_update_signatures --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_delete_windows_protection_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_delete_windows_protection_state --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_get_windows_protection_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_get_windows_protection_state --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_update_windows_protection_state 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_update_windows_protection_state --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_list_detected_malware_state 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_list_detected_malware_state --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_create_detected_malware_state 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_create_detected_malware_state --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_detected_malware_state_get_count_21ad 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_detected_malware_state_get_count_21ad --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_delete_detected_malware_state 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_delete_detected_malware_state --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
windows_device_malware_state_id string yes Path parameter `windowsDeviceMalwareState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_get_detected_malware_state 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_get_detected_malware_state --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
windows_device_malware_state_id string yes Path parameter `windowsDeviceMalwareState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_update_detected_malware_state 15 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_managed_devices_windows_protection_state_update_detected_malware_state --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
windows_device_malware_state_id string yes Path parameter `windowsDeviceMalwareState-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_wipe 14 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_managed_devices_managed_device_wipe --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
managed_device_id string yes Path parameter `managedDevice-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.
microsoft-intune.microsoft_intune_users_user_wipe_managed_app_registrations_by_device_tag 13 parameters
Schema command
kosmo integrations:schema microsoft-intune.microsoft_intune_users_user_wipe_managed_app_registrations_by_device_tag --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
body object yes Request body matching the official Microsoft Graph OpenAPI schema for this operation.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.