url

Use this policy type if you want to set a policy to a URL.

circle-info

The difference to the string policy type is an additional validation for URLs. The validation only checks if the value starts with https://, http:// or file://.

Example JSON output

{
  "policies": {
    "AppUpdateURL": "https://example.com"
  }
}

Example screenshot

Example implementation

Mandatory properties

label

The value of this property is used as placeholder text of the input field.

Optional properties

mandatory

If set to true a validation is added to check that the input field is not empty.

Last updated