github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/LoginConfig.md (about)

     1  # LoginConfig
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **rbac** | Option<**String**> | RBAC will remain enabled on GUI if \"external\".  That only works with an external auth service.  | [optional]
     8  **login_url** | **String** | primary URL to use for login. | 
     9  **login_failed_message** | Option<**String**> | 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]
    10  **fallback_login_url** | Option<**String**> | secondary URL to offer users to use for login. | [optional]
    11  **fallback_login_label** | Option<**String**> | label to place on fallback_login_url. | [optional]
    12  **login_cookie_names** | **Vec<String>** | cookie names used to store JWT | 
    13  **logout_url** | **String** | URL to use for logging out. | 
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17