action apple_bundle_ids_bundle_id_capabilities_get_to_many_related { label: "bundleIds-bundleIdCapabilities-get_to_many_related" provider: apple method: GET path: "/v1/bundleIds/{id}/bundleIdCapabilities" encoding: json input: { type: "object" properties: { "fields[bundleIdCapabilities]": { type: "array" items: { type: "string" enum: ["bundleId", "capabilityType", "settings"] } } limit: { type: "integer" } } additionalProperties: false } output: { type: "object" required: ["data", "links"] properties: { data: { type: "array" items: { type: "object" required: ["links", "id", "type"] properties: { attributes: { type: "object" properties: { capabilityType: { type: "string" enum: ["ICLOUD", "IN_APP_PURCHASE", "GAME_CENTER", "PUSH_NOTIFICATIONS", "WALLET", "INTER_APP_AUDIO", "MAPS", "ASSOCIATED_DOMAINS", "PERSONAL_VPN", "APP_GROUPS", "HEALTHKIT", "HOMEKIT", "WIRELESS_ACCESSORY_CONFIGURATION", "APPLE_PAY", "DATA_PROTECTION", "SIRIKIT", "NETWORK_EXTENSIONS", "MULTIPATH", "HOT_SPOT", "NFC_TAG_READING", "CLASSKIT", "AUTOFILL_CREDENTIAL_PROVIDER", "ACCESS_WIFI_INFORMATION", "NETWORK_CUSTOM_PROTOCOL", "COREMEDIA_HLS_LOW_LATENCY", "SYSTEM_EXTENSION_INSTALL", "USER_MANAGEMENT", "APPLE_ID_AUTH"] } settings: { type: "array" items: { type: "object" properties: { allowedInstances: { type: "string" enum: ["ENTRY", "SINGLE", "MULTIPLE"] } description: { type: "string" } enabledByDefault: { type: "boolean" } key: { type: "string" enum: ["ICLOUD_VERSION", "DATA_PROTECTION_PERMISSION_LEVEL", "APPLE_ID_AUTH_APP_CONSENT"] } minInstances: { type: "integer" } name: { type: "string" } options: { type: "array" items: { type: "object" properties: { description: { type: "string" } enabled: { type: "boolean" } enabledByDefault: { type: "boolean" } key: { type: "string" enum: ["XCODE_5", "XCODE_6", "COMPLETE_PROTECTION", "PROTECTED_UNLESS_OPEN", "PROTECTED_UNTIL_FIRST_USER_AUTH", "PRIMARY_APP_CONSENT"] } name: { type: "string" } supportsWildcard: { type: "boolean" } } } } visible: { type: "boolean" } } } } } } id: { type: "string" } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } type: { type: "string" enum: ["bundleIdCapabilities"] } } } } links: { type: "object" required: ["self"] properties: { first: { type: "string" format: "uri-reference" } next: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["limit", "total"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } }