Deliveryresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Method | String | Delivery method. | [optional] |
| EndpointUrl | String | Receiver endpoint URL. | [optional] |
Examples
- Prepare the resource
$Deliveryresponse = Initialize-Deliveryresponse -Method urn:ietf:rfc:8935 `
-EndpointUrl https://receiver.example.com/ssf/events
- Convert the resource to JSON
$Deliveryresponse | ConvertTo-JSON