Is Host Access Allowed
Network
The Is Host Access Allowed
node takes in a host IP address, an accessable port of that address, and the scope of what type of connection this is. When everything is accurate, this node will return if the user has the host access to a servce. This relates to the settings in the Dash that a user can look through to see what services they have access to.
Inputs
Host (string)
The IP address to connect to.
Port (int)
The port number used to access this IP address.
Scope (HostAccessScope)
The access type used for this network connection.
Outputs
* (bool)
The result if this local user has access to the service connected using the exact IP adress (Host), Port number, and correct connection type.