$MsgVpnAclProfileSubscribeException: {
    properties: {
        aclProfileName: {
            description: "The name of the ACL Profile. Deprecated since 2.14. Replaced by subscribeTopicExceptions.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN. Deprecated since 2.14. Replaced by subscribeTopicExceptions.";
            type: "string";
        };
        subscribeExceptionTopic: {
            description: "The topic for the exception to the default action taken. May include wildcard characters. Deprecated since 2.14. Replaced by subscribeTopicExceptions.";
            type: "string";
        };
        topicSyntax: {
            type: "Enum";
        };
    };
} = ...

Type declaration

  • properties: {
        aclProfileName: {
            description: "The name of the ACL Profile. Deprecated since 2.14. Replaced by subscribeTopicExceptions.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN. Deprecated since 2.14. Replaced by subscribeTopicExceptions.";
            type: "string";
        };
        subscribeExceptionTopic: {
            description: "The topic for the exception to the default action taken. May include wildcard characters. Deprecated since 2.14. Replaced by subscribeTopicExceptions.";
            type: "string";
        };
        topicSyntax: {
            type: "Enum";
        };
    }
    • aclProfileName: {
          description: "The name of the ACL Profile. Deprecated since 2.14. Replaced by subscribeTopicExceptions.";
          type: "string";
      }
      • description: "The name of the ACL Profile. Deprecated since 2.14. Replaced by subscribeTopicExceptions."
      • type: "string"
    • msgVpnName: {
          description: "The name of the Message VPN. Deprecated since 2.14. Replaced by subscribeTopicExceptions.";
          type: "string";
      }
      • description: "The name of the Message VPN. Deprecated since 2.14. Replaced by subscribeTopicExceptions."
      • type: "string"
    • subscribeExceptionTopic: {
          description: "The topic for the exception to the default action taken. May include wildcard characters. Deprecated since 2.14. Replaced by subscribeTopicExceptions.";
          type: "string";
      }
      • description: "The topic for the exception to the default action taken. May include wildcard characters. Deprecated since 2.14. Replaced by subscribeTopicExceptions."
      • type: "string"
    • topicSyntax: {
          type: "Enum";
      }
      • type: "Enum"