Intune Enrollment Metadata Response
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)