set_secret_flags


Description:

public bool set_secret_flags (string secret_name, SettingSecretFlags flags) throws Error

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