$MsgVpnAclProfile: {
    properties: {
        aclProfileName: {
            description: "The name of the ACL Profile.";
            type: "string";
        };
        clientConnectDefaultAction: {
            type: "Enum";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        publishTopicDefaultAction: {
            type: "Enum";
        };
        subscribeShareNameDefaultAction: {
            type: "Enum";
        };
        subscribeTopicDefaultAction: {
            type: "Enum";
        };
    };
} = ...

Type declaration

  • properties: {
        aclProfileName: {
            description: "The name of the ACL Profile.";
            type: "string";
        };
        clientConnectDefaultAction: {
            type: "Enum";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        publishTopicDefaultAction: {
            type: "Enum";
        };
        subscribeShareNameDefaultAction: {
            type: "Enum";
        };
        subscribeTopicDefaultAction: {
            type: "Enum";
        };
    }
    • aclProfileName: {
          description: "The name of the ACL Profile.";
          type: "string";
      }
      • description: "The name of the ACL Profile."
      • type: "string"
    • clientConnectDefaultAction: {
          type: "Enum";
      }
      • type: "Enum"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • publishTopicDefaultAction: {
          type: "Enum";
      }
      • type: "Enum"
    • subscribeShareNameDefaultAction: {
          type: "Enum";
      }
      • type: "Enum"
    • subscribeTopicDefaultAction: {
          type: "Enum";
      }
      • type: "Enum"