Data ModelΒΆ

Last update: 28.03.2025

Fudo ShareAccess defines following object types:


Organization - Object representing company that is using Fudo ShareAccess. It is required that every user of Fudo Network is assigned to organization as member.


User - An object representing the account of an individual using Fudo ShareAccess. It is created during the signup process and is utilized for authenticating and authorizing the user to access the shared data.


Gateway - An object representing Fudo Enterprise in Fudo ShareAccess, assigned to an Organization. The Gateway serves as the access point to resources and the central configuration hub for managing access to those resources.


Resource - A representation of a resource that can be connected to, received from Fudo Enterprise. This resource is a representation of:

  • Account Name: The name of the Account object configured on Fudo Enterprise that defines how the user will be authenticated to the destination server.
  • Organization Name: The name of the organization that shares the resource.
  • Protocol: The protocol used for the connection.
  • Server Address: The address of the server that the user will connect to when establishing a session.

A resource can be shared with a user through Fudo ShareAccess by configuring the settings in the Fudo Enterprise Admin Panel. Fudo ShareAccess does not store any information about the resources; it presents the configuration retrieved from the Fudo Enterprise Admin Panel. The user sees the resources they have access to, enabled by a zero-knowledge approach.


Related topics: