save_configuration# VirtualComplianceGenerator.save_configuration(output_file: str | Path) → bool# Save the configuration to a json file. Parameters: output_filestr or pathlib.PathFull path of the output file. Returns: boolTrue if export is successful, False if not.