$MsgVpnAclProfilePublishTopicException: {
    properties: {
        aclProfileName: {
            description: "The name of the ACL Profile.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        publishTopicException: {
            description: "The topic for the exception to the default action taken. May include wildcard characters.";
            type: "string";
        };
        publishTopicExceptionSyntax: {
            type: "Enum";
        };
    };
} = ...

Type declaration

  • properties: {
        aclProfileName: {
            description: "The name of the ACL Profile.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        publishTopicException: {
            description: "The topic for the exception to the default action taken. May include wildcard characters.";
            type: "string";
        };
        publishTopicExceptionSyntax: {
            type: "Enum";
        };
    }
    • aclProfileName: {
          description: "The name of the ACL Profile.";
          type: "string";
      }
      • description: "The name of the ACL Profile."
      • type: "string"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • publishTopicException: {
          description: "The topic for the exception to the default action taken. May include wildcard characters.";
          type: "string";
      }
      • description: "The topic for the exception to the default action taken. May include wildcard characters."
      • type: "string"
    • publishTopicExceptionSyntax: {
          type: "Enum";
      }
      • type: "Enum"