summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/WindowsAutopilotDeploymentProfileModel.go
diff options
context:
space:
mode:
authorQais Patankar <qaisjp@gmail.com>2020-03-15 22:43:46 +0000
committerWim <wim@42.be>2020-03-22 00:02:48 +0100
commit76e5fe5a87d7e60919075f96eee599f3c6255a9f (patch)
treeaf3181ad6aadaea02069473a3718a827be888426 /vendor/github.com/matterbridge/msgraph.go/beta/WindowsAutopilotDeploymentProfileModel.go
parent802c80f40c709ba4967de317e40a8d6abe57f6be (diff)
downloadmatterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.gz
matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.bz2
matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.zip
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/WindowsAutopilotDeploymentProfileModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/WindowsAutopilotDeploymentProfileModel.go39
1 files changed, 0 insertions, 39 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsAutopilotDeploymentProfileModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/WindowsAutopilotDeploymentProfileModel.go
deleted file mode 100644
index c1ffaa35..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsAutopilotDeploymentProfileModel.go
+++ /dev/null
@@ -1,39 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// WindowsAutopilotDeploymentProfile Windows Autopilot Deployment Profile
-type WindowsAutopilotDeploymentProfile struct {
- // Entity is the base model of WindowsAutopilotDeploymentProfile
- Entity
- // DisplayName Name of the profile
- DisplayName *string `json:"displayName,omitempty"`
- // Description Description of the profile
- Description *string `json:"description,omitempty"`
- // Language Language configured on the device
- Language *string `json:"language,omitempty"`
- // CreatedDateTime Profile creation time
- CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
- // LastModifiedDateTime Profile last modified time
- LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
- // OutOfBoxExperienceSettings Out of box experience setting
- OutOfBoxExperienceSettings *OutOfBoxExperienceSettings `json:"outOfBoxExperienceSettings,omitempty"`
- // EnrollmentStatusScreenSettings Enrollment status screen setting
- EnrollmentStatusScreenSettings *WindowsEnrollmentStatusScreenSettings `json:"enrollmentStatusScreenSettings,omitempty"`
- // ExtractHardwareHash HardwareHash Extraction for the profile
- ExtractHardwareHash *bool `json:"extractHardwareHash,omitempty"`
- // DeviceNameTemplate The template used to name the AutoPilot Device. This can be a custom text and can also contain either the serial number of the device, or a randomly generated number. The total length of the text generated by the template can be no more than 15 characters.
- DeviceNameTemplate *string `json:"deviceNameTemplate,omitempty"`
- // DeviceType The AutoPilot device type that this profile is applicable to.
- DeviceType *WindowsAutopilotDeviceType `json:"deviceType,omitempty"`
- // EnableWhiteGlove Enable Autopilot White Glove for the profile.
- EnableWhiteGlove *bool `json:"enableWhiteGlove,omitempty"`
- // RoleScopeTagIDs Scope tags for the profile.
- RoleScopeTagIDs []string `json:"roleScopeTagIds,omitempty"`
- // AssignedDevices undocumented
- AssignedDevices []WindowsAutopilotDeviceIdentity `json:"assignedDevices,omitempty"`
- // Assignments undocumented
- Assignments []WindowsAutopilotDeploymentProfileAssignment `json:"assignments,omitempty"`
-}