SettingSecretFlags
Description:
[ CCode ( cprefix = "NM_SETTING_SECRET_FLAG_" , type_id = "nm_setting_secret_flags_get_type ()" ) ]
[ Flags ]
public enum SettingSecretFlags
These flags indicate specific behavior related to handling of a secret.
Each secret has a corresponding set of these flags which indicate how the secret is to be stored and/or requested when it is needed.
Content:
Enum values:
- AGENT_OWNED - a user secret
agent is responsible for providing and storing this secret; when it is required agents will be asked to retrieve it
- NONE - the system is responsible for
providing and storing this secret (default)
- NOT_REQUIRED - in situations
where it cannot be automatically determined that the secret is required (some VPNs and PPP providers don't require all secrets) this flag
indicates that the specific secret is not required
- NOT_SAVED - this secret should not
be saved, but should be requested from the user each time it is needed