option_1=PasswordOption(name="secret1",doc="the first variable",min_len=10,properties=frozenset({"basic","mandatory"}),informations={'ymlfiles':['../rougail-tests/structures/00_6secret_param/rougail/00-base.yml'],'type':'secret'})
option_2=PasswordOption(name="secret2",doc="the second variable",default="value",max_len=10,forbidden_char=['$','^'],properties=frozenset({"mandatory","standard"}),informations={'ymlfiles':['../rougail-tests/structures/00_6secret_param/rougail/00-base.yml'],'type':'secret'})
option_3=PasswordOption(name="secret3",doc="the third variable",default="value",max_len=10,forbidden_char=['$'],properties=frozenset({"mandatory","standard"}),informations={'ymlfiles':['../rougail-tests/structures/00_6secret_param/rougail/00-base.yml'],'type':'secret'})