The persistence flags are defined as
OS_PERSISTENCE = indicates the configuration is applicable only to OS
ESF_PERSISTENCE = indicates configuration is applicable only to ESF
EFFECTIVE_NOW_PERSISTENCE = indicates configuration is to take effect now
Use OR flags to indicate combination of above conditions
For example to have configuration applicable for OS as well as ESF use
OS_Persistance | ESF_Persistence .