import_properties
Create or update ServiceNow system properties from JSON data to configure platform settings efficiently.
Instructions
Import (create or update) system properties from a JSON object. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| properties | Yes | Key-value map of property names to values (e.g. {"glide.smtp.host": "smtp.example.com"}) | |
| dry_run | No | If true, show what would be changed without writing (default false) |