App.Attributes
Attributes that describe an app resource.
Declaration
object App.AttributesProperties
| Name | Type | Description |
|---|---|---|
name | string | The display name of the app. |
bundleId | string | The bundle identifier of the app. |
websiteUrl | string | The website URL for the app. |
version | string | The current version of the app. |
supportedOS | [SupportedOS] | The list of operating systems the app supports. See SupportedOS for possible values. |
isCustomApp | boolean | Indicates whether this is a custom B2B app. |
appStoreUrl | string | The App Store URL for the app. |