Okta.Sdk.Model.StreamConfiguration

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AudStreamConfigurationAud[optional]
DeliveryStreamConfigurationDelivery
EventsDeliveredList<string>The events (mapped by the array of event type URIs) that the transmitter actually delivers to the SSF Stream. A read-only parameter that is set by the transmitter. If this parameter is included in the request, the value must match the expected value from the transmitter.[optional]
EventsRequestedList<string>The events (mapped by the array of event type URIs) that the receiver wants to receive
EventsSupportedList<string>An array of event type URIs that the transmitter supports. A read-only parameter that is set by the transmitter. If this parameter is included in the request, the value must match the expected value from the transmitter.[optional]
FormatstringThe Subject Identifier format expected for any SET transmitted.[optional]
IssstringThe issuer used in Security Event Tokens (SETs). This value is set as `iss` in the claim. A read-only parameter that is set by the transmitter. If this parameter is included in the request, the value must match the expected value from the transmitter.[optional]
MinVerificationIntervalint?The minimum amount of time, in seconds, between two verification requests. A read-only parameter that is set by the transmitter. If this parameter is included in the request, the value must match the expected value from the transmitter.[optional]
StreamIdstringThe ID of the SSF Stream configuration[optional]

[Back to Model list] [Back to API list] [Back to README]