> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# APISettings

> APISettings data type.

## 속성

| 이름                                   | 형식      | 설명                                                                                                        |
| :----------------------------------- | :------ | :-------------------------------------------------------------------------------------------------------- |
| AllowClientToAddVirtualCurrency      | Boolean | 게임 클라이언트가 API를 통해 가상 통화 잔액을 추가하도록 허용합니다.                                                                  |
| AllowClientToPostPlayerStatistics    | Boolean | 게임 클라이언트가 API를 통해 통계 값을 업데이트하도록 허용합니다.                                                                    |
| AllowClientToStartGames              | Boolean | 클라이언트가 API를 통해 멀티플레이어 게임 세션을 시작하도록 허용합니다.                                                                 |
| AllowClientToSubtractVirtualCurrency | Boolean | 게임 클라이언트가 API를 통해 가상 통화 잔액에서 차감하도록 허용합니다.                                                                 |
| AllowNonUniquePlayerDisplayNames     | Boolean | 다른 플레이어가 사용 중일 수 있는 표시 이름을 플레이어가 선택하도록 허용합니다. 즉, 표시 이름의 고유성을 강제하지 않습니다. 참고: 이 옵션을 활성화하면 이후에 비활성화할 수 없습니다. |
| AllowServerToDeleteUsers             | Boolean | 게임 서버가 API를 통해 플레이어 계정을 삭제하도록 허용합니다.                                                                      |
| DefaultLanguage                      | String  | 플레이어와의 통신을 위한 기본 언어입니다.                                                                                   |
| DisableAPIAccess                     | Boolean | 모든 API 요청에 오류를 반환하여 API 접근을 비활성화합니다.                                                                      |
| DisplayNameRandomSuffixLength        | int32   | 표시 이름의 무작위로 생성된 접미사 길이입니다.                                                                                |
| EnableClientIPAddressObfuscation     | Boolean | 저장되거나 지리적 위치를 추정하는 데 사용되기 전에 플레이어의 디바이스에서 수집된 IP 주소의 정밀도를 낮춥니다.                                           |
| RequireCustomDataJSONFormat          | Boolean | 플레이어, 캐릭터, 인벤토리 및 공유 그룹과 연결된 데이터 값에 대해 JSON 형식을 요구합니다.                                                    |
| UseExternalGameServerProvider        | Boolean | 멀티플레이어 게임 세션이 PlayFab 외부의 서버에서 호스팅됩니다.                                                                    |
| UseSandboxPayments                   | Boolean | 실제 결제에 대해 결제 공급자의 샌드박스 모드(사용 가능한 경우)를 사용합니다. 이는 게임 내 구매를 테스트할 때 요금이 청구되지 않도록 하는 데 유용할 수 있습니다.             |


## Related topics

- [title_api_settings_changed](/ko/services/playfab/api-references/events/ApiAccessPolicy/title-api-settings-changed.md)
- [Settings 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-settings-command.md)
- [HCConfigSetting](/ko/reference/live/httpclient/httpclient/enums/hcconfigsetting.md)
- [IXtfConfigSettingsCallback::OnFoundSetting](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConfigSettingsCallback/methods/ixtfconfigsettingscallback_onfoundsetting.md)
- [XNetworkingConfigurationSetting](/ko/reference/networking/xnetworking/enums/xnetworkingconfigurationsetting.md)
