AppSettings Object
Contains information about the settings for an app.
This object is used by the following operations:
- GET /api/apps/{AppID}settings
- Operations that reference the Application object (if settings are included); for example, GET /api/apps/{AppID}
The properties included in the AppSettings object are listed below.
Property | Type | Description |
---|---|---|
PublicAppSupport | string | Indicates whether public app support is enabled or disabled. For values, see App Settings. |
PublicAppBoardSupport | string | Indicates whether public app Board support is enabled or disabled. For values, see App Settings. |
PublicAppRatingsSupport | string | Indicates whether public app ratings support is enabled or disabled. For values, see App Settings. |
PublicAppReviewsSupport | string | Indicates whether public app review support is enabled or disabled. For values, see App Settings. |
PrivateAppSupport | string | Indicates whether Private app support is enabled or disabled. For values, see App Settings. |
PrivateAppBoardSupport | string | Indicates whether Private app Board support is enabled or disabled. For values, see App Settings. |
PrivateAppRatingsSupport | string | Indicates whether Private app ratings support is enabled or disabled. For values, see App Settings. |
PrivateAppReviewsSupport | string | Indicates whether Private app review support is enabled or disabled. For values, see App Settings. |
UserDefinedIdentitySupport | string | Indicates whether user-defined identity support is enabled or disabled. For values, see App Settings. |
SimultaneousSandboxProductAccessSupport | string | Indicates whether simultaneous access to Sandbox and Live implementations is supported or not. For values, see App Settings. |
ReturnPlainTextSharedSecret | string | Indicates whether the Shared Secret, if requested, should be returned in plain text. For values, see App Settings. |
RegisteredUsersAppSupport | string | Indicates whether support of apps with a visibility setting of Registered Users is enabled or disabled. Apps with this setting are visible only to users who are logged in. For values, see App Settings. |
RegisteredUsersAppRatingsSupport | string | Indicates whether support of ratings for apps with a visibility setting of Registered Users is enabled or disabled. If this setting is disabled, users cannot rate apps with this visibility setting. For values, see App Settings. |
RegisteredUsersAppReviewsSupport | string | Indicates whether support of reviews for apps with a visibility setting of Registered Users is enabled or disabled. If this setting is disabled, users cannot review apps with this visibility setting. For values, see App Settings. |
AppPromotionSupport | string | Indicates whether app developers can promote apps between environments, in a scenario where the promotion feature is enabled in the implementation. If the promotion feature is implemented, and this option is enabled, the app developer can promote the app to the next environment in the topology chain. |