IntuneEnrollmentMetadataResponse

data class IntuneEnrollmentMetadataResponse(val appList: List<EnrolledIntuneAppResponse>? = null, val credentialId: String? = null, val expectedDeploymentDurationInMinute: Int? = null)

The metadata of Intune enrollment.

Constructors

Link copied to clipboard
constructor(appList: List<EnrolledIntuneAppResponse>? = null, credentialId: String? = null, expectedDeploymentDurationInMinute: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The enrolled Intune apps.

Link copied to clipboard
val credentialId: String? = null

The id of the Intune enrollment credential.

Link copied to clipboard

The expected duration of Intune applications and policies deployment.