# CorporationsCorporationIdStarbasesStarbaseIdGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **allow_alliance_members** | **boolean** | | [default to undefined] **allow_corporation_members** | **boolean** | | [default to undefined] **anchor** | **string** | Who can anchor starbase (POS) and its structures | [default to undefined] **attack_if_at_war** | **boolean** | | [default to undefined] **attack_if_other_security_status_dropping** | **boolean** | | [default to undefined] **attack_security_status_threshold** | **number** | Starbase (POS) will attack if target\'s security standing is lower than this value | [optional] [default to undefined] **attack_standing_threshold** | **number** | Starbase (POS) will attack if target\'s standing is lower than this value | [optional] [default to undefined] **fuel_bay_take** | **string** | Who can take fuel blocks out of the starbase (POS)\'s fuel bay | [default to undefined] **fuel_bay_view** | **string** | Who can view the starbase (POS)\'s fule bay. Characters either need to have required role or belong to the starbase (POS) owner\'s corporation or alliance, as described by the enum, all other access settings follows the same scheme | [default to undefined] **fuels** | [**Array<CorporationsCorporationIdStarbasesStarbaseIdGetFuelsInner>**](CorporationsCorporationIdStarbasesStarbaseIdGetFuelsInner.md) | Fuel blocks and other things that will be consumed when operating a starbase (POS) | [optional] [default to undefined] **offline** | **string** | Who can offline starbase (POS) and its structures | [default to undefined] **online** | **string** | Who can online starbase (POS) and its structures | [default to undefined] **unanchor** | **string** | Who can unanchor starbase (POS) and its structures | [default to undefined] **use_alliance_standings** | **boolean** | True if the starbase (POS) is using alliance standings, otherwise using corporation\'s | [default to undefined] ## Example ```typescript import { CorporationsCorporationIdStarbasesStarbaseIdGet } from 'eve-esi-client-ts'; const instance: CorporationsCorporationIdStarbasesStarbaseIdGet = { allow_alliance_members, allow_corporation_members, anchor, attack_if_at_war, attack_if_other_security_status_dropping, attack_security_status_threshold, attack_standing_threshold, fuel_bay_take, fuel_bay_view, fuels, offline, online, unanchor, use_alliance_standings, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)