probely_update_sequence
Update a login sequence for a scan target by configuring credentials via custom field mappings and using credential URIs for sensitive values.
Instructions
Update a login sequence. Use custom_field_mappings to configure credentials instead of hardcoding them in the sequence content. Use credential URIs for sensitive values by default.
custom_field_mappings should be a JSON array string, e.g.: [{"name": "[CUSTOM_USERNAME]", "value": "user@example.com", "value_is_sensitive": false, "enabled": true}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetId | Yes | ||
| sequenceId | Yes | ||
| name | No | ||
| content | No | ||
| enabled | No | ||
| custom_field_mappings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||