Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.03 KB

OutpostRequest.md

File metadata and controls

16 lines (11 loc) · 1.03 KB

OutpostRequest

Properties

Name Type Description Notes
name String
r#type models::OutpostTypeEnum
providers Vec
service_connection Option<uuid::Uuid> Select Service-Connection authentik should use to manage this outpost. Leave empty if authentik should not handle the deployment. [optional]
config std::collections::HashMap<String, serde_json::Value>
managed Option<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]