Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.15 KB

Outpost.md

File metadata and controls

19 lines (15 loc) · 1.15 KB

Outpost

Properties

Name Type Description Notes
pk UUID [readonly]
name String
type OutpostTypeEnum
providers [Int]
providersObj [Provider] [readonly]
serviceConnection UUID Select Service-Connection authentik should use to manage this outpost. Leave empty if authentik should not handle the deployment. [optional]
serviceConnectionObj ServiceConnection [readonly]
tokenIdentifier String Get Token identifier [readonly]
config [String: AnyCodable]
managed String Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. [optional]

[Back to Model list] [Back to API list] [Back to README]