StaticDeliveryAttributeMapping interface
Static delivery attribute mapping details.
- Extends
Properties
| is |
Boolean flag to tell if the attribute contains sensitive information . |
| type | Type of the delivery attribute or header name. |
| value | Value of the delivery attribute. |
Inherited Properties
| name | Name of the delivery attribute or header. |
Property Details
isSecret
Boolean flag to tell if the attribute contains sensitive information .
isSecret?: boolean
Property Value
boolean
type
Type of the delivery attribute or header name.
type: "Static"
Property Value
"Static"
value
Value of the delivery attribute.
value?: string
Property Value
string
Inherited Property Details
name
Name of the delivery attribute or header.
name?: string
Property Value
string
Inherited From DeliveryAttributeMapping.name