Enumeration (GI Flags)

NM-1.0NMConnectionSerializationFlags

These flags determine which properties are serialized when calling nm_connection_to_dbus().

Index
ALL: 0

serialize all properties (including secrets)

NO_SECRETS: 1

this is a deprecated alias for NM_CONNECTION_SERIALIZE_WITH_NON_SECRET.

ONLY_SECRETS: 2

a deprecated alias for NM_CONNECTION_SERIALIZE_WITH_SECRETS.

WITH_NON_SECRET: 1

serialize properties that are not secrets. Since 1.32.

WITH_SECRETS: 2

serialize all secrets. This flag is ignored if any of NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED, NM_CONNECTION_SERIALIZE_WITH_SECRETS_SYSTEM_OWNED or NM_CONNECTION_SERIALIZE_WITH_SECRETS_NOT_SAVED is set. Since 1.32.

WITH_SECRETS_AGENT_OWNED: 4

serialize agent-owned secrets. Since: 1.20.

WITH_SECRETS_NOT_SAVED: 16

serialize secrets that are marked as never saved. Since: 1.32.

WITH_SECRETS_SYSTEM_OWNED: 8

serialize system-owned secrets. Since: 1.32.

Variables

$gtype