tailscale_set_device_posture_attribute
Set custom posture attributes on devices for compliance tracking, JIT access, and custom security policies. Attribute keys must start with 'custom:'.
Instructions
Set a custom posture attribute on a device. Creates or updates the attribute. Attribute keys must start with 'custom:'. Useful for compliance tracking, JIT access, and custom security policies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The attribute value (string, number, or boolean) | |
| expiry | No | Optional expiry time in RFC3339 format (e.g. '2026-12-01T00:00:00Z'). Attribute is automatically removed after expiry. | |
| deviceId | Yes | The device ID | |
| attributeKey | Yes | The attribute key (must start with 'custom:', e.g. 'custom:lastAuditDate') |