Interface

Shell-18ShellNetworkAgentConstructorProps

interface ConstructorProps {
    auto_register: boolean;
    autoRegister: boolean;
    capabilities: NM.SecretAgentCapabilities;
    dbus_connection: Gio.DBusConnection;
    dbusConnection: Gio.DBusConnection;
    force_always_ask: boolean;
    forceAlwaysAsk: boolean;
    identifier: string;
    registered: boolean;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.SecretAgentOld.ConstructorProps

Properties

force_always_ask: boolean
forceAlwaysAsk: boolean

Properties - Inherited from NM.SecretAgentOld.ConstructorProps

auto_register: boolean
autoRegister: boolean
dbus_connection: Gio.DBusConnection
dbusConnection: Gio.DBusConnection
identifier: string
registered: boolean