Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What is the Difference Between App*,App_* & App.Object_* in Security Rules Resources and when to use them.
* - If included the rule will apply to all resource types beginning with the specified text.
App* - This will apply the rule to all resource types beginning with "App", that is to say, all resources of type App and App.Object.
If omitted the security rule will apply to resource types with the exact name specified in the Resource field. You must supply the GUID or template for GUIDs for the rule to work.
Cannot be used in conjunction with '_*' option.
_* - If included the rule will apply to all resources of the type specified.
App_* - This will apply the rule to all apps. Similarly, App.Object_* will apply the rule to all app objects.
If omitted the security rule will apply to resource types with the exact name specified in the Resource field. You must supply the GUID or template for GUIDs for the rule to work.
Cannot be used in conjunction with the '*' option.