Skip to main content

Deliveryresponse

Delivery configuration returned in stream responses.

Properties

NameTypeDescriptionNotes
methodstrDelivery method.[optional]
endpoint_urlstrReceiver endpoint URL.[optional]
}

Example

from sailpoint.shared_signals_framework_ssf.models.deliveryresponse import Deliveryresponse

deliveryresponse = Deliveryresponse(
method='urn:ietf:rfc:8935',
endpoint_url='https://receiver.example.com/ssf/events'
)

[Back to top]