Property HostsBehindProxy
HostsBehindProxy
Gets the hosts of the ArcGIS resources that are to be accessed behind the Identity-Aware Proxy (IAP).
Declaration
public IReadOnlyList<string> HostsBehindProxy { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> | The hosts of the ArcGIS resources that are to be accessed behind the Identity-Aware Proxy (IAP). |
Remarks
Supports the use of wildcards (*) to facilitate flexible access control. For example,
-
["*"]: Applies the ID token to all requests, allowing access to any host. -
["*.domain.com"]: Applies the ID token to all requests that match the specified domain, which includes all subdomains. -
["*.subdomain.domain.com"]: Applies the ID token to all requests that match the specified subdomain, providing granular control over access.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |