Universal Dashboard
Universal Dashboard is now part of PowerShell Universal
Search…
Primary version
Introduction
Getting Started
System Requirements
Concepts
Admin Mode
Debugging
Components
Endpoints
Custom Variable Scopes
Endpoint Initialization
Event Handler Endpoints
Scheduled Endpoints
Variables Defined in Endpoints
Look and Feel
Security
REST APIs
UDStudio
Utilities
Web Server
Licensing
Cmdlet Help
Updates
How to
Docs Changelog
Powered By
GitBook
Variables Defined in Endpoints
Universal Dashboard is now a part of PowerShell Universal. This documentation is for reference to the v2 version of Universal Dashboard and is no longer maintained.
PowerShell Universal Documentation can be found
here
.
Variables Defined in Endpoints
Variables Defined in Endpoints
Name
Description
Type
$Request
Request object for an HTTP request.
​
HttpRequest
​
$Response
Response object for an HTTP response
​
HttpResponse
​
$Location
GeoLocation information for a user. Available when -GeoLocation is specified on New-UDDashboard.
​
Location
​
$User
User name for the user that authenticated against the dashboard. Only available when authentication is used.
string
$Cache
Memory cache used by the dashboard server
​
IMemoryCache
​
$ClaimsPrincipal
The entire ClaimsPrincipal object for a user. Only available when authentication is used
​
ClaimsPrincip
al
Types available
Location
1
@{
2
coords = @{
3
latitude,
4
longitude,
5
accuracy,
6
altitude,
7
altitudeAccuracy
8
heading,
9
speed
10
},
11
timestamp
12
}
Copied!
Previous
Scheduled Endpoints
Next
Look and Feel
Last modified
8mo ago
Copy link
Contents
Variables Defined in Endpoints
Variables Defined in Endpoints
Types available