StaticDeliveryAttributeMapping Class
Static delivery attribute mapping details.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.eventgrid.models._models_py3.DeliveryAttributeMappingStaticDeliveryAttributeMapping
Constructor
StaticDeliveryAttributeMapping(*, name: Optional[str] = None, value: Optional[str] = None, is_secret: Optional[bool] = False, **kwargs)
Variables
- name
- str
Name of the delivery attribute or header.
- type
- str or DeliveryAttributeMappingType
Required. Type of the delivery attribute or header name.Constant filled by server. Possible values include: "Static", "Dynamic".
- value
- str
Value of the delivery attribute.
- is_secret
- bool
Boolean flag to tell if the attribute contains sensitive information .
Feedback
Submit and view feedback for