Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.94 KB

StreamConfiguration.md

File metadata and controls

18 lines (14 loc) · 1.94 KB

Okta.Sdk.Model.StreamConfiguration

Properties

Name Type Description Notes
Aud StreamConfigurationAud [optional]
Delivery StreamConfigurationDelivery
EventsDelivered List<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]
EventsRequested List<string> The events (mapped by the array of event type URIs) that the receiver wants to receive
EventsSupported List<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]
Format string The Subject Identifier format expected for any SET transmitted. [optional]
Iss string The 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]
MinVerificationInterval int? 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]
StreamId string The ID of the SSF Stream configuration [optional]

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