Skip to main content

Deliveryresponse

Properties

NameTypeDescriptionNotes
MethodStringDelivery method.[optional]
EndpointUrlStringReceiver 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

[Back to top]