Type alias MsgVpnRestDeliveryPointQueueBindingProtectedRequestHeader

MsgVpnRestDeliveryPointQueueBindingProtectedRequestHeader: {
    headerName?: string;
    headerValue?: string;
    msgVpnName?: string;
    queueBindingName?: string;
    restDeliveryPointName?: string;
}

Type declaration

  • Optional headerName?: string

    The name of the protected HTTP request header.

  • Optional headerValue?: string

    The value of the protected HTTP request header. Unlike a non-protected request header, this value cannot be displayed after it is set, and does not support substitution expressions. This attribute is absent from a GET and not updated when absent in a PUT, subject to the exceptions in note 4. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "".

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional queueBindingName?: string

    The name of a queue in the Message VPN.

  • Optional restDeliveryPointName?: string

    The name of the REST Delivery Point.