StaticDeliveryAttributeMapping interface
Static delivery attribute mapping details.
- Extends
Properties
is |
Boolean flag to tell if the attribute contains sensitive information . |
type | Polymorphic discriminator, which specifies the different types this object can be |
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
Polymorphic discriminator, which specifies the different types this object can be
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript