Variable $MsgVpnAclProfileSubscribeTopicExceptionConst

$MsgVpnAclProfileSubscribeTopicException: {
    properties: {
        aclProfileName: {
            description: "The name of the ACL Profile.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        subscribeTopicException: {
            description: "The topic for the exception to the default action taken. May include wildcard characters.";
            type: "string";
        };
        subscribeTopicExceptionSyntax: {
            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";
        };
        subscribeTopicException: {
            description: "The topic for the exception to the default action taken. May include wildcard characters.";
            type: "string";
        };
        subscribeTopicExceptionSyntax: {
            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"
    • subscribeTopicException: {
          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"
    • subscribeTopicExceptionSyntax: {
          type: "Enum";
      }
      • type: "Enum"