Is Host Access Allowed
Network
The Is Host Access Allowed Url
node takes in a host IP address (and optionally accessible port of that address if provided), 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 service. This relates to the settings in the Dash that a user can look through to see what services they have access to.
Inputs
Host (Uri)
The IP address and Port Number to connect to.
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 address (Host) (with optional Port Number if provided), and correct connection type.