manage_app_config_mam
Manage app configuration and MAM protection policies with CRUD operations: list, get, create, update, and delete. Works for iOS and Android platforms.
Instructions
Manage app configuration policies and MAM (app protection) policies.
action values: list_config_policies — List all managed app config policies (targeted) get_config_policy — Get a specific app config policy (policy_id) create_config_policy — Create an app config policy (body) update_config_policy — Update an app config policy (policy_id, body) delete_config_policy — Delete an app config policy (policy_id, confirm=True) list_protection_policies — List MAM/app protection policies create_protection_policy — Create an app protection policy (platform: ios|android, body) update_protection_policy — Update an app protection policy (policy_id, platform, body) delete_protection_policy — Delete an app protection policy (policy_id, platform, confirm=True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| body | No | ||
| action | Yes | ||
| confirm | No | ||
| platform | No | ios | |
| policy_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||