Gjsify LogoGjsify Logo

Enumeration ConnectionSerializationFlags

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

bitfield

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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method