Represents a single network connection configuration. Update the connection with new settings and properties, replacing all previous settings and properties. Secrets may be part of the update request, and will be either stored in persistent storage or given to a Secret Agent for storage, depending on the request. New connection settings, properties, and (optionally) secrets. Delete the connection. Get the settings maps describing this network configuration. This will never include any secrets required for connection to the network, as those are often protected. Secrets must be requested separately using the GetSecrets() call. The nested settings maps describing this object. Get the secrets belonging to this network configuration. Only secrets from persistent storage or a Secret Agent running in the requestor's session will be returned. The user will never be prompted for secrets as a result of this request. Name of the setting to return secrets for. If empty, all all secrets will be returned. Nested settings maps containing secrets. Emitted when any settings or permissions change. When handling this signal, clients should re-read the connection using the GetSettings method to get the changes and to ensure the client still has permission to access the connection. Emitted when this connection is no longer available. This happens when the connection is deleted or if it is no longer accessable by any of the system's logged-in users. After receipt of this signal, the object no longer exists.