save_configuration#
- VirtualComplianceGenerator.save_configuration(output_file)#
Save the configuration to a json file.
- Parameters:
- output_file
str
orpathlib.Path
Full path of the output file.
- output_file
- Returns:
- bool
True
if export is successful,False
if not.