set_secret_flags
Description:
For a given secret, stores the SettingSecretFlags describing how to handle that secret.
Parameters:
this |
the Setting |
secret_name |
the secret key name to set flags for |
flags |
the SettingSecretFlags for the secret |
Returns:
true on success (if the given secret name was a valid property of this setting, and if that property is secret), false if not |