sophos_update_tls_decryption_settings
Update TLS decryption settings for Web Control categories by providing a JSON array of category IDs and decryption enablement.
Instructions
Update Web Control TLS decryption settings. Pass a JSON array of category objects with id and decryptionEnabled fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | Tenant UUID | |
| categories | Yes | JSON array of category objects, e.g. [{"id": 10, "decryptionEnabled": true}]. Category IDs from sophos_get_tls_decryption_settings. |