Data ModelΒΆ
Last update: 08.01.2025
Fudo Network defines following object types:
Organization - Object representing company that is using Fudo Network. 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 Network. 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/Fudo One in Fudo Network, 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/Fudo One 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 Network by configuring the settings in the Fudo Enterprise/Fudo One Admin Panel. Fudo Network does not store any information about the resources; it presents the configuration retrieved from the Fudo Enterprise/Fudo One Admin Panel. The user sees the resources they have access to, enabled by a zero-knowledge approach.
Related topics: