summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WindowsAutopilotDeviceIdentityModel.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-03-08 17:08:18 +0100
committerGitHub <noreply@github.com>2020-03-08 17:08:18 +0100
commit9785edd26366be8eb11c2435f50f90a5c8eea7fc (patch)
treee8e236b5b273e7535c607507cc059f3b957068a1 /vendor/github.com/yaegashi/msgraph.go/beta/WindowsAutopilotDeviceIdentityModel.go
parent2a0bc11b684f63305258e338c5f1d0e91eb24414 (diff)
downloadmatterbridge-msglm-9785edd26366be8eb11c2435f50f90a5c8eea7fc.tar.gz
matterbridge-msglm-9785edd26366be8eb11c2435f50f90a5c8eea7fc.tar.bz2
matterbridge-msglm-9785edd26366be8eb11c2435f50f90a5c8eea7fc.zip
Remove replace directives and use own fork to make go get work again (#1028)
See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options.
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WindowsAutopilotDeviceIdentityModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/WindowsAutopilotDeviceIdentityModel.go55
1 files changed, 0 insertions, 55 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsAutopilotDeviceIdentityModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/WindowsAutopilotDeviceIdentityModel.go
deleted file mode 100644
index 025e9656..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsAutopilotDeviceIdentityModel.go
+++ /dev/null
@@ -1,55 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// WindowsAutopilotDeviceIdentity The windowsAutopilotDeviceIdentity resource represents a Windows Autopilot Device.
-type WindowsAutopilotDeviceIdentity struct {
- // Entity is the base model of WindowsAutopilotDeviceIdentity
- Entity
- // DeploymentProfileAssignmentStatus Profile assignment status of the Windows autopilot device.
- DeploymentProfileAssignmentStatus *WindowsAutopilotProfileAssignmentStatus `json:"deploymentProfileAssignmentStatus,omitempty"`
- // DeploymentProfileAssignmentDetailedStatus Profile assignment detailed status of the Windows autopilot device.
- DeploymentProfileAssignmentDetailedStatus *WindowsAutopilotProfileAssignmentDetailedStatus `json:"deploymentProfileAssignmentDetailedStatus,omitempty"`
- // DeploymentProfileAssignedDateTime Profile set time of the Windows autopilot device.
- DeploymentProfileAssignedDateTime *time.Time `json:"deploymentProfileAssignedDateTime,omitempty"`
- // OrderIdentifier Order Identifier of the Windows autopilot device - Deprecated
- OrderIdentifier *string `json:"orderIdentifier,omitempty"`
- // GroupTag Group Tag of the Windows autopilot device.
- GroupTag *string `json:"groupTag,omitempty"`
- // PurchaseOrderIdentifier Purchase Order Identifier of the Windows autopilot device.
- PurchaseOrderIdentifier *string `json:"purchaseOrderIdentifier,omitempty"`
- // SerialNumber Serial number of the Windows autopilot device.
- SerialNumber *string `json:"serialNumber,omitempty"`
- // ProductKey Product Key of the Windows autopilot device.
- ProductKey *string `json:"productKey,omitempty"`
- // Manufacturer Oem manufacturer of the Windows autopilot device.
- Manufacturer *string `json:"manufacturer,omitempty"`
- // Model Model name of the Windows autopilot device.
- Model *string `json:"model,omitempty"`
- // EnrollmentState Intune enrollment state of the Windows autopilot device.
- EnrollmentState *EnrollmentState `json:"enrollmentState,omitempty"`
- // LastContactedDateTime Intune Last Contacted Date Time of the Windows autopilot device.
- LastContactedDateTime *time.Time `json:"lastContactedDateTime,omitempty"`
- // AddressableUserName Addressable user name.
- AddressableUserName *string `json:"addressableUserName,omitempty"`
- // UserPrincipalName User Principal Name.
- UserPrincipalName *string `json:"userPrincipalName,omitempty"`
- // ResourceName Resource Name.
- ResourceName *string `json:"resourceName,omitempty"`
- // SKUNumber SKU Number
- SKUNumber *string `json:"skuNumber,omitempty"`
- // SystemFamily System Family
- SystemFamily *string `json:"systemFamily,omitempty"`
- // AzureActiveDirectoryDeviceID AAD Device ID
- AzureActiveDirectoryDeviceID *string `json:"azureActiveDirectoryDeviceId,omitempty"`
- // ManagedDeviceID Managed Device ID
- ManagedDeviceID *string `json:"managedDeviceId,omitempty"`
- // DisplayName Display Name
- DisplayName *string `json:"displayName,omitempty"`
- // DeploymentProfile undocumented
- DeploymentProfile *WindowsAutopilotDeploymentProfile `json:"deploymentProfile,omitempty"`
- // IntendedDeploymentProfile undocumented
- IntendedDeploymentProfile *WindowsAutopilotDeploymentProfile `json:"intendedDeploymentProfile,omitempty"`
-}