sophos_create_allowed_item
Adds a globally allowed item in Sophos Central by specifying type (sha256, certificateSigner, or path) and required details, with a comment explaining the reason.
Instructions
Add a globally allowed item. For 'sha256' type supply sha256. For 'path' type supply fileName and optionally path. For 'certificateSigner' type supply certificateSigner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | File path (optional with type 'path', e.g. $desktop/documents/filename.txt) | |
| type | Yes | Type of allowed item | |
| sha256 | No | SHA256 hash (required when type is 'sha256') | |
| comment | Yes | Reason for allowing this item | |
| file_name | No | File name (required when type is 'path') | |
| tenant_id | Yes | Tenant UUID | |
| origin_person_id | No | Person UUID who originally encountered the item | |
| certificate_signer | No | Certificate signer value (required when type is 'certificateSigner') | |
| origin_endpoint_id | No | Endpoint UUID where the item was originally detected |