sophos_create_mobile_app_group
Create a mobile app group by specifying its name, target platform, and a JSON array of app objects to include.
Instructions
Create a new mobile app group. Provide a name, target platform, and a JSON array of app objects to include in the group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App group name (max 255 chars) | |
| platform | Yes | Target platform for this app group | |
| apps_json | Yes | JSON array of app objects to include in the group (e.g. [{"id":"..."}]) | |
| tenant_id | Yes | Tenant UUID |