summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/MacOSEnterpriseWiFiConfigurationModel.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/MacOSEnterpriseWiFiConfigurationModel.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/MacOSEnterpriseWiFiConfigurationModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/MacOSEnterpriseWiFiConfigurationModel.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/MacOSEnterpriseWiFiConfigurationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/MacOSEnterpriseWiFiConfigurationModel.go
deleted file mode 100644
index 81fd37b7..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/MacOSEnterpriseWiFiConfigurationModel.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MacOSEnterpriseWiFiConfiguration MacOS Wi-Fi WPA-Enterprise/WPA2-Enterprise configuration profile.
-type MacOSEnterpriseWiFiConfiguration struct {
- // MacOSWiFiConfiguration is the base model of MacOSEnterpriseWiFiConfiguration
- MacOSWiFiConfiguration
- // EapType Extensible Authentication Protocol (EAP). Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).
- EapType *EapType `json:"eapType,omitempty"`
- // EapFastConfiguration EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.
- EapFastConfiguration *EapFastConfiguration `json:"eapFastConfiguration,omitempty"`
- // TrustedServerCertificateNames Trusted server certificate names when EAP Type is configured to EAP-TLS/TTLS/FAST or PEAP. This is the common name used in the certificates issued by your trusted certificate authority (CA). If you provide this information, you can bypass the dynamic trust dialog that is displayed on end users devices when they connect to this Wi-Fi network.
- TrustedServerCertificateNames []string `json:"trustedServerCertificateNames,omitempty"`
- // AuthenticationMethod Authentication Method when EAP Type is configured to PEAP or EAP-TTLS.
- AuthenticationMethod *WiFiAuthenticationMethod `json:"authenticationMethod,omitempty"`
- // InnerAuthenticationProtocolForEapTtls Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password.
- InnerAuthenticationProtocolForEapTtls *NonEapAuthenticationMethodForEapTtlsType `json:"innerAuthenticationProtocolForEapTtls,omitempty"`
- // OuterIdentityPrivacyTemporaryValue Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS, EAP-FAST or PEAP. This property masks usernames with the text you enter. For example, if you use 'anonymous', each user that authenticates with this Wi-Fi connection using their real username is displayed as 'anonymous'.
- OuterIdentityPrivacyTemporaryValue *string `json:"outerIdentityPrivacyTemporaryValue,omitempty"`
- // RootCertificateForServerValidation undocumented
- RootCertificateForServerValidation *MacOSTrustedRootCertificate `json:"rootCertificateForServerValidation,omitempty"`
- // IdentityCertificateForClientAuthentication undocumented
- IdentityCertificateForClientAuthentication *MacOSCertificateProfileBase `json:"identityCertificateForClientAuthentication,omitempty"`
-}