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]