SecretAgentGetSecretsFlags
Description:
[ CCode ( cprefix = "NM_SECRET_AGENT_GET_SECRETS_FLAG_" , type_id = "nm_secret_agent_get_secrets_flags_get_type ()" ) ]
[ Flags ]
public enum SecretAgentGetSecretsFlags
SecretAgentGetSecretsFlags values modify the behavior of a GetSecrets request.
Content:
Enum values:
- ALLOW_INTERACTION -
allows the request to interact with the user, possibly prompting via UI for secrets if any are required, or if
none are found in persistent storage.
- NONE - no special
behavior; by default no user interaction is allowed and requests for secrets are fulfilled from persistent storage, or if no secrets are
available an error is returned.
- REQUEST_NEW -
explicitly prompt for new secrets from the user.
- USER_REQUESTED -
set if the request was initiated by user-requested action via the D-Bus interface, as opposed to automatically
initiated by NetworkManager in response to (for example) scan results or carrier changes.