DraftPackageIntuneAppMetadataItemResponse

data class DraftPackageIntuneAppMetadataItemResponse(val appId: String? = null, val appName: String? = null, val createDate: String? = null, val dependencyIds: List<String>? = null, val dependentAppCount: Int? = null, val description: String? = null, val expectedExitCodes: List<String>? = null, val installCommand: String? = null, val lastProcessed: Double? = null, val minimumSupportedOS: String? = null, val owner: String? = null, val publisher: String? = null, val setupFile: String? = null, val status: String? = null, val uninstallCommand: String? = null, val version: String? = null)

The Metadata of a single Intune App.

Constructors

constructor(appId: String? = null, appName: String? = null, createDate: String? = null, dependencyIds: List<String>? = null, dependentAppCount: Int? = null, description: String? = null, expectedExitCodes: List<String>? = null, installCommand: String? = null, lastProcessed: Double? = null, minimumSupportedOS: String? = null, owner: String? = null, publisher: String? = null, setupFile: String? = null, status: String? = null, uninstallCommand: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appId: String? = null

Intune app id.

Link copied to clipboard
val appName: String? = null

Intune app name.

Link copied to clipboard
val createDate: String? = null

Creation date of the app.

Link copied to clipboard
val dependencyIds: List<String>? = null

Ids of dependency apps.

Link copied to clipboard
val dependentAppCount: Int? = null

Count of dependency apps.

Link copied to clipboard
val description: String? = null

Description of the app.

Link copied to clipboard

Expected exit codes returned from Intune App.

Link copied to clipboard
val installCommand: String? = null

Install command.

Link copied to clipboard
val lastProcessed: Double? = null

last processed time tickets.

Link copied to clipboard

Minimum supported OS. The OS version must be greater than this version to run this app.

Link copied to clipboard
val owner: String? = null

Owner of the app.

Link copied to clipboard
val publisher: String? = null

Publisher of the app.

Link copied to clipboard
val setupFile: String? = null

Setup file path.

Link copied to clipboard
val status: String? = null

Extract status.

Link copied to clipboard

Uninstall command.

Link copied to clipboard
val version: String? = null

Intune app version.