Mods

Policy: ServiceNow > Config > System Properties > Template

A list of System Properties to be configured in ServiceNow. This policy will always include guardrails_webhook_url System Property by default, even when the property is not specified in the policy value.

Targets

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Setting this policy configures this control:

Policy Specification

Schema Type
array
Default template
- name: "guardrails_webhook_url"
suffix: "guardrails_webhook_url"
description: "Webhook URL to be used for Business Rules set up by Guardrails."
type: "string"
value: "{{ $.webhook.url }}"
ignore_cache: true
is_private: false
read_roles: "admin"
write_roles: "admin"
Default template input
- |
{
instance {
turbot {
id
}
}
}
- |
{
webhook(action: "tmod:@turbot/servicenow#/action/types/instanceEventHandler" resource: {{ $.instance.turbot.id }}) {
url
}
}

Category

In Your Workspace

Developers