SystemTopicEventSubscriptionDeliveryProperty

data class SystemTopicEventSubscriptionDeliveryProperty(val headerName: String, val secret: Boolean? = null, val sourceField: String? = null, val type: String, val value: String? = null)

Constructors

constructor(headerName: String, secret: Boolean? = null, sourceField: String? = null, type: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the header to send on to the destination.

Link copied to clipboard
val secret: Boolean? = null

Set to true if the value is a secret and should be protected, otherwise false. If true then this value won't be returned from Azure API calls.

Link copied to clipboard
val sourceField: String? = null

If the type is Dynamic, then provide the payload field to be used as the value. Valid source fields differ by subscription type.

Link copied to clipboard

Either Static or Dynamic.

Link copied to clipboard
val value: String? = null

If the type is Static, then provide the value to use.