sophos_create_account_access_token
Create an account-level access token for a Sophos tenant. Supports 'sophosLinuxSensor' type to authenticate Linux Sensor downloads; secret returned only on creation.
Instructions
Create a new account-level access token for a tenant. Currently supported token type: 'sophosLinuxSensor' — used to authenticate downloads of the Sophos Linux Sensor package. The token secret is returned only on creation; store it securely as it cannot be retrieved again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Token type. 'sophosLinuxSensor' authenticates downloads of the Sophos Linux Sensor. | |
| label | Yes | Human-readable label for the token. Must be 1-50 chars, alphanumeric characters, commas, hyphens and periods only. | |
| tenant_id | Yes | Tenant UUID | |
| expires_at | No | Optional ISO 8601 expiry date-time for the token (e.g. '2027-01-01T00:00:00Z'). Omit to create a non-expiring token. |