Createstreamdeliveryrequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Method | String | Delivery method (only push is supported). | [required] |
| EndpointUrl | String | Receiver endpoint URL for push delivery. | [required] |
| AuthorizationHeader | String | Authorization header value for delivery requests. | [optional] |
Examples
- Prepare the resource
$Createstreamdeliveryrequest = Initialize-Createstreamdeliveryrequest -Method urn:ietf:rfc:8935 `
-EndpointUrl https://receiver.example.com/ssf/events `
-AuthorizationHeader Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...
- Convert the resource to JSON
$Createstreamdeliveryrequest | ConvertTo-JSON