$MsgVpnBridgeLinks: {
    properties: {
        remoteMsgVpnsUri: {
            description: "The URI of this Bridge's collection of Remote Message VPN objects.";
            type: "string";
        };
        remoteSubscriptionsUri: {
            description: "The URI of this Bridge's collection of Remote Subscription objects.";
            type: "string";
        };
        tlsTrustedCommonNamesUri: {
            description: "The URI of this Bridge's collection of Trusted Common Name objects. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        uri: {
            description: "The URI of this Bridge object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        remoteMsgVpnsUri: {
            description: "The URI of this Bridge's collection of Remote Message VPN objects.";
            type: "string";
        };
        remoteSubscriptionsUri: {
            description: "The URI of this Bridge's collection of Remote Subscription objects.";
            type: "string";
        };
        tlsTrustedCommonNamesUri: {
            description: "The URI of this Bridge's collection of Trusted Common Name objects. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
            type: "string";
        };
        uri: {
            description: "The URI of this Bridge object.";
            type: "string";
        };
    }
    • remoteMsgVpnsUri: {
          description: "The URI of this Bridge's collection of Remote Message VPN objects.";
          type: "string";
      }
      • description: "The URI of this Bridge's collection of Remote Message VPN objects."
      • type: "string"
    • remoteSubscriptionsUri: {
          description: "The URI of this Bridge's collection of Remote Subscription objects.";
          type: "string";
      }
      • description: "The URI of this Bridge's collection of Remote Subscription objects."
      • type: "string"
    • tlsTrustedCommonNamesUri: {
          description: "The URI of this Bridge's collection of Trusted Common Name objects. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.";
          type: "string";
      }
      • description: "The URI of this Bridge's collection of Trusted Common Name objects. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation."
      • type: "string"
    • uri: {
          description: "The URI of this Bridge object.";
          type: "string";
      }
      • description: "The URI of this Bridge object."
      • type: "string"