authentik-rust 0.0.1

Making authentication simple.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SystemInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**http_headers** | **std::collections::HashMap<String, String>** | Get HTTP Request headers | [readonly]
**http_host** | **String** | Get HTTP host | [readonly]
**http_is_secure** | **bool** | Get HTTP Secure flag | [readonly]
**runtime** | [**models::SystemInfoRuntime**]SystemInfo_runtime.md |  | 
**brand** | **String** | Currently active brand | [readonly]
**server_time** | **String** | Current server time | [readonly]
**embedded_outpost_disabled** | **bool** | Whether the embedded outpost is disabled | [readonly]
**embedded_outpost_host** | **String** | Get the FQDN configured on the embedded outpost | [readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)