Enumeration (GI Flags)

NM-1.0NMSettingSecretFlags

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.

Index
AGENT_OWNED: 1

a user secret agent is responsible for providing and storing this secret; when it is required agents will be asked to retrieve it

NONE: 0

the system is responsible for providing and storing this secret (default)

NOT_REQUIRED: 4

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: 2

this secret should not be saved, but should be requested from the user each time it is needed

Variables

$gtype