--- title: "DependableApp" slug: "common-vapidatatype-dependableapp" updated: 2026-07-23T09:04:00Z published: 2026-07-23T09:04:00Z canonical: "api.ncloud-docs.com/common-vapidatatype-dependableapp" --- > ## Documentation Index > Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # DependableApp VPC 환경에서 이용 가능합니다. Data Forest 앱 생성 시 필요한 의존 앱입니다. ## 구문 구문은 다음과 같습니다. ``` private String appTypeName; private String appTypeVersion; private AppResponse candidates; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `appTypeName` | String | Optional | Data Forest 앱 타입 이름 | | `appTypeVersion` | String | Optional | Data Forest 앱 타입 버전 | | `candidates` | [AppResponse](/docs/common-vapidatatype-appresponse) | Optional | AppResponse 데이터 타입 - Data Forest 앱 생성 시 필요한 의존 앱 ID 목록(앱 생성 시 dependentId로 설정할 수 있는 ID 목록) |