Skip to main content

Updatestreamconfigresponse

Properties

NameTypeDescriptionNotes
stream_id(optional) stringUnique stream identifier.[default to undefined]
iss(optional) stringIssuer (transmitter) URL.[default to undefined]
aud(optional) stringAudience for the stream.[default to undefined]
delivery(optional) Deliveryresponse[default to undefined]
events_supported(optional) Array<string>Event types supported by the transmitter. Use CAEP event-type URIs in the form: https://schemas.openid.net/secevent/caep/event-type/{event-type} (e.g. session-revoked).[default to undefined]
events_requested(optional) Array<string>Event types requested by the receiver. Use CAEP event-type URIs in the form: https://schemas.openid.net/secevent/caep/event-type/{event-type} (e.g. session revoke).[default to undefined]
events_delivered(optional) Array<string>Event types currently being delivered (intersection of supported and requested).[default to undefined]
description(optional) stringOptional stream description.[default to undefined]
inactivity_timeout(optional) numberInactivity timeout in seconds (optional).[default to undefined]
min_verification_interval(optional) numberMinimum verification interval in seconds (optional).[default to undefined]
updatedAt(optional) stringTimestamp of the last configuration update.[default to undefined]