Updatestreamconfigurationrequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| StreamId | String | ID of the stream to update. | [required] |
| Delivery | Deliveryrequest | [optional] | |
| EventsRequested | []String | Event types the receiver wants. Use CAEP event-type URIs. | [optional] |
| Description | String | Optional human-readable description of the stream. | [optional] |
Examples
- Prepare the resource
$Updatestreamconfigurationrequest = Initialize-Updatestreamconfigurationrequest -StreamId 550e8400-e29b-41d4-a716-446655440000 `
-Delivery null `
-EventsRequested ["https://schemas.openid.net/secevent/caep/event-type/session-revoked"] `
-Description Updated production event stream configuration
- Convert the resource to JSON
$Updatestreamconfigurationrequest | ConvertTo-JSON