IntuneEnrollmentMetadataArgs

data class IntuneEnrollmentMetadataArgs(val appList: Output<List<EnrolledIntuneAppArgs>>? = null, val credentialId: Output<String>? = null, val expectedDeploymentDurationInMinute: Output<Int>? = null) : ConvertibleToJava<IntuneEnrollmentMetadataArgs>

The metadata of Intune enrollment.

Constructors

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

Properties

Link copied to clipboard
val appList: Output<List<EnrolledIntuneAppArgs>>? = null

The enrolled Intune apps.

Link copied to clipboard
val credentialId: Output<String>? = null

The id of the Intune enrollment credential.

Link copied to clipboard

The expected duration of Intune applications and policies deployment.

Functions

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