AppVersionSettings Object
Contains information about the settings for an app version.
This object is used by the following operations:
- GET /api/apps/versions/{AppVersionID}/settings
- Operations that reference the ApplicationVersion object (if settings are included); for example, GET /api/apps/versions/{AppVersionID}
The properties included in the AppVersionSettings object are listed below.
| Property | Type | Description |
|---|---|---|
| AppBoardSupport | string | Indicates whether app board support is enabled or disabled. For values, see App Version Settings. |
| AppRatingsSupport | string | Indicates whether app ratings support is enabled or disabled. For values, see App Version Settings. |
| AppReviewsSupport | string | Indicates whether app review support is enabled or disabled. For values, see App Version Settings. |
| UserDefinedIdentitySupport | string | Indicates whether user-defined identity support is enabled or disabled. For values, see App Version Settings. |
| SimultaneousSandboxProductAccessSupport | string | Indicates whether simultaneous access to Sandbox and Live implementations is supported or not. For values, see App Version Settings. |
| ReturnPlainTextSharedSecret | string | Indicates whether the Shared Secret, if requested, should be returned in plain text. For values, see App Version Settings. |