Suche in diesem Bereich
Table of Contents
Description
The Object (XML) or Objects (JSON) element defines objects within a notification (message).
Structure| Keyword JSON | Keyword XML | Occurs | Type | Format | Description |
|---|---|---|---|---|---|
| type | type | 0 - 1 | string | Object type. Possible values:
| |
| value | vaue | 0 - 1 | string | Object value |
Examples
"objects": [
{
"type": "domain",
"value": "example.com"
}
],
<object> <type>certificate</type> <value>example.com</value> </object>
Overview
Content Tools