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

     1  
     2  
     3  # SetupState
     4  
     5  
     6  ## Properties
     7  
     8  | Name | Type | Description | Notes |
     9  |------------ | ------------- | ------------- | -------------|
    10  |**state** | [**StateEnum**](#StateEnum) |  |  [optional] |
    11  |**commPrefsMissing** | **Boolean** | true if the comm prefs are missing. |  [optional] |
    12  |**loginConfig** | [**LoginConfig**](LoginConfig.md) |  |  [optional] |
    13  
    14  
    15  
    16  ## Enum: StateEnum
    17  
    18  | Name | Value |
    19  |---- | -----|
    20  | INITIALIZED | "initialized" |
    21  | NOT_INITIALIZED | "not_initialized" |
    22  
    23  
    24