From 9785edd26366be8eb11c2435f50f90a5c8eea7fc Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 8 Mar 2020 17:08:18 +0100 Subject: 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. --- .../beta/DepEnrollmentBaseProfileModel.go | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 vendor/github.com/matterbridge/msgraph.go/beta/DepEnrollmentBaseProfileModel.go (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/DepEnrollmentBaseProfileModel.go') diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/DepEnrollmentBaseProfileModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/DepEnrollmentBaseProfileModel.go new file mode 100644 index 00000000..605fad19 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/DepEnrollmentBaseProfileModel.go @@ -0,0 +1,51 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// DepEnrollmentBaseProfile The DepEnrollmentBaseProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile. This type of profile must be assigned to Apple DEP serial numbers before the corresponding devices can enroll via DEP. +type DepEnrollmentBaseProfile struct { + // EnrollmentProfile is the base model of DepEnrollmentBaseProfile + EnrollmentProfile + // IsDefault Indicates if this is the default profile + IsDefault *bool `json:"isDefault,omitempty"` + // SupervisedModeEnabled Supervised mode, True to enable, false otherwise. See https://docs.microsoft.com/en-us/intune/deploy-use/enroll-devices-in-microsoft-intune for additional information. + SupervisedModeEnabled *bool `json:"supervisedModeEnabled,omitempty"` + // SupportDepartment Support department information + SupportDepartment *string `json:"supportDepartment,omitempty"` + // PassCodeDisabled Indicates if Passcode setup pane is disabled + PassCodeDisabled *bool `json:"passCodeDisabled,omitempty"` + // IsMandatory Indicates if the profile is mandatory + IsMandatory *bool `json:"isMandatory,omitempty"` + // LocationDisabled Indicates if Location service setup pane is disabled + LocationDisabled *bool `json:"locationDisabled,omitempty"` + // SupportPhoneNumber Support phone number + SupportPhoneNumber *string `json:"supportPhoneNumber,omitempty"` + // ProfileRemovalDisabled Indicates if the profile removal option is disabled + ProfileRemovalDisabled *bool `json:"profileRemovalDisabled,omitempty"` + // RestoreBlocked Indicates if Restore setup pane is blocked + RestoreBlocked *bool `json:"restoreBlocked,omitempty"` + // AppleIDDisabled Indicates if Apple id setup pane is disabled + AppleIDDisabled *bool `json:"appleIdDisabled,omitempty"` + // TermsAndConditionsDisabled Indicates if 'Terms and Conditions' setup pane is disabled + TermsAndConditionsDisabled *bool `json:"termsAndConditionsDisabled,omitempty"` + // TouchIDDisabled Indicates if touch id setup pane is disabled + TouchIDDisabled *bool `json:"touchIdDisabled,omitempty"` + // ApplePayDisabled Indicates if Apple pay setup pane is disabled + ApplePayDisabled *bool `json:"applePayDisabled,omitempty"` + // ZoomDisabled Indicates if zoom setup pane is disabled + ZoomDisabled *bool `json:"zoomDisabled,omitempty"` + // SiriDisabled Indicates if siri setup pane is disabled + SiriDisabled *bool `json:"siriDisabled,omitempty"` + // DiagnosticsDisabled Indicates if diagnostics setup pane is disabled + DiagnosticsDisabled *bool `json:"diagnosticsDisabled,omitempty"` + // DisplayToneSetupDisabled Indicates if displaytone setup screen is disabled + DisplayToneSetupDisabled *bool `json:"displayToneSetupDisabled,omitempty"` + // PrivacyPaneDisabled Indicates if privacy screen is disabled + PrivacyPaneDisabled *bool `json:"privacyPaneDisabled,omitempty"` + // ScreenTimeScreenDisabled Indicates if screen timeout setup is disabled + ScreenTimeScreenDisabled *bool `json:"screenTimeScreenDisabled,omitempty"` + // DeviceNameTemplate Sets a literal or name pattern. + DeviceNameTemplate *string `json:"deviceNameTemplate,omitempty"` + // ConfigurationWebURL URL for setup assistant login + ConfigurationWebURL *bool `json:"configurationWebUrl,omitempty"` +} -- cgit v1.2.3