Enumeration (GI Flags)

NM-1.0NMConnectionSerializationFlags

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

Index

Enumeration Members

ALL: number

serialize all properties (including secrets)

NO_SECRETS: number

this is a deprecated alias for NM_CONNECTION_SERIALIZE_WITH_NON_SECRET.

ONLY_SECRETS: number

a deprecated alias for NM_CONNECTION_SERIALIZE_WITH_SECRETS.

WITH_NON_SECRET: number

serialize properties that are not secrets. Since 1.32.

WITH_SECRETS: number

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

serialize agent-owned secrets. Since: 1.20.

WITH_SECRETS_NOT_SAVED: number

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

WITH_SECRETS_SYSTEM_OWNED: number

serialize system-owned secrets. Since: 1.32.