Difference between revisions of "Configuring models"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Models]] are used as the security layer protecting your data and tying all ODataLink functionality together | [[Models]] are used as the security layer protecting your data and tying all ODataLink functionality together ([[Data Files|Data files]], [[Endpoints|Endpoints]], [[IP Addresses|IP addresses]]). | ||
You may create as many [[Models|models]] as you need. | You may create as many [[Models|models]] as you need. | ||
Line 8: | Line 5: | ||
For each model you have, you may: | For each model you have, you may: | ||
* [[Editing a model|Edit the model's details]]; | |||
* [[Assigning data files to a model|Assign data files to the model]]; | |||
* [[Allowing a model to use endpoints|Allow a model to use endpoints]]; | |||
* [[Allowing IP addresses to access a model|Allow specific IP addresses to access the model]]; | |||
= Related Topics = | = Related Topics = | ||
[[Getting Started Guide]] | [[Getting Started Guide]] |
Revision as of 23:56, 13 May 2020
Models are used as the security layer protecting your data and tying all ODataLink functionality together (Data files, Endpoints, IP addresses).
You may create as many models as you need.
For each model you have, you may:
- Edit the model's details;
- Assign data files to the model;
- Allow a model to use endpoints;
- Allow specific IP addresses to access the model;