EnrolledIntuneAppResponse

data class EnrolledIntuneAppResponse(val appId: String, val appName: String, val expectedInstallationPath: String)

Metadata of the enrolled Intune app.

Constructors

Link copied to clipboard
constructor(appId: String, appName: String, expectedInstallationPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Intune app id.

Link copied to clipboard

Intune app name.

Link copied to clipboard

Intune app expected installation path.