EnrolledIntuneAppArgs

data class EnrolledIntuneAppArgs(val appId: Output<String>, val appName: Output<String>, val expectedInstallationPath: Output<String>) : ConvertibleToJava<EnrolledIntuneAppArgs>

Metadata of the enrolled Intune app.

Constructors

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

Properties

Link copied to clipboard
val appId: Output<String>

Intune app id.

Link copied to clipboard
val appName: Output<String>

Intune app name.

Link copied to clipboard

Intune app expected installation path.

Functions

Link copied to clipboard
open override fun toJava(): EnrolledIntuneAppArgs