DeliveryRequest
Import this model from the entry point of its package:
import { DeliveryRequest } from '@sailpoint/angular-sdk/shared_signals_framework_ssf';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| method | (optional) string | Delivery method (optional for PATCH). | [default to undefined] |
| endpoint_url | (optional) string | Receiver endpoint URL (optional for PATCH). | [default to undefined] |
| authorization_header | (optional) string | Optional authorization header value. | [default to undefined] |