github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-legacy/docs/LoginConfig.md (about) 1 # LoginConfig 2 3 4 ## Properties 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **login_url** | **str** | primary URL to use for login. | 8 **login_cookie_names** | **[str]** | cookie names used to store JWT | 9 **logout_url** | **str** | URL to use for logging out. | 10 **rbac** | **str** | RBAC will remain enabled on GUI if \"external\". That only works with an external auth service. | [optional] 11 **login_failed_message** | **str** | message to display to users who fail to login; a full sentence that is rendered in HTML and may contain a link to a secondary login method | [optional] 12 **fallback_login_url** | **str** | secondary URL to offer users to use for login. | [optional] 13 **fallback_login_label** | **str** | label to place on fallback_login_url. | [optional] 14 **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18