Interface WindowsAutopilotDeviceIdentity

Hierarchy

  • Entity
    • WindowsAutopilotDeviceIdentity

Properties

addressableUserName?: NullableOption<string>
azureActiveDirectoryDeviceId?: NullableOption<string>
azureAdDeviceId?: NullableOption<string>
deploymentProfile?: NullableOption<WindowsAutopilotDeploymentProfile>
deploymentProfileAssignedDateTime?: string
deploymentProfileAssignmentDetailedStatus?: WindowsAutopilotProfileAssignmentDetailedStatus

Profile assignment detailed status of the Windows autopilot device. Possible values are: none, hardwareRequirementsNotMet, surfaceHubProfileNotSupported, holoLensProfileNotSupported, windowsPcProfileNotSupported, surfaceHub2SProfileNotSupported, unknownFutureValue.

deploymentProfileAssignmentStatus?: WindowsAutopilotProfileAssignmentStatus

Profile assignment status of the Windows autopilot device. Possible values are: unknown, assignedInSync, assignedOutOfSync, assignedUnkownSyncState, notAssigned, pending, failed.

deviceAccountPassword?: NullableOption<string>
deviceAccountUpn?: NullableOption<string>
deviceFriendlyName?: NullableOption<string>
displayName?: NullableOption<string>
enrollmentState?: EnrollmentState

Intune enrollment state of the Windows autopilot device. Possible values are: unknown, enrolled, pendingReset, failed, notContacted, blocked.

groupTag?: NullableOption<string>
id?: string
intendedDeploymentProfile?: NullableOption<WindowsAutopilotDeploymentProfile>
lastContactedDateTime?: string
managedDeviceId?: NullableOption<string>
manufacturer?: NullableOption<string>
model?: NullableOption<string>
productKey?: NullableOption<string>
purchaseOrderIdentifier?: NullableOption<string>
remediationState?: WindowsAutopilotDeviceRemediationState

Device Remediation State. Possible values are: unknown, noRemediationRequired, automaticRemediationRequired, manualRemediationRequired, unknownFutureValue.

remediationStateLastModifiedDateTime?: string
resourceName?: NullableOption<string>
serialNumber?: NullableOption<string>
skuNumber?: NullableOption<string>
systemFamily?: NullableOption<string>
userPrincipalName?: NullableOption<string>

Generated using TypeDoc