Variable $MsgVpnRestDeliveryPointQueueBindingLinksConst

$MsgVpnRestDeliveryPointQueueBindingLinks: {
    properties: {
        protectedRequestHeadersUri: {
            description: "The URI of this Queue Binding's collection of Protected Request Header objects. Available since 2.30.";
            type: "string";
        };
        requestHeadersUri: {
            description: "The URI of this Queue Binding's collection of Request Header objects. Available since 2.23.";
            type: "string";
        };
        uri: {
            description: "The URI of this Queue Binding object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        protectedRequestHeadersUri: {
            description: "The URI of this Queue Binding's collection of Protected Request Header objects. Available since 2.30.";
            type: "string";
        };
        requestHeadersUri: {
            description: "The URI of this Queue Binding's collection of Request Header objects. Available since 2.23.";
            type: "string";
        };
        uri: {
            description: "The URI of this Queue Binding object.";
            type: "string";
        };
    }
    • protectedRequestHeadersUri: {
          description: "The URI of this Queue Binding's collection of Protected Request Header objects. Available since 2.30.";
          type: "string";
      }
      • description: "The URI of this Queue Binding's collection of Protected Request Header objects. Available since 2.30."
      • type: "string"
    • requestHeadersUri: {
          description: "The URI of this Queue Binding's collection of Request Header objects. Available since 2.23.";
          type: "string";
      }
      • description: "The URI of this Queue Binding's collection of Request Header objects. Available since 2.23."
      • type: "string"
    • uri: {
          description: "The URI of this Queue Binding object.";
          type: "string";
      }
      • description: "The URI of this Queue Binding object."
      • type: "string"