From 76e5fe5a87d7e60919075f96eee599f3c6255a9f Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sun, 15 Mar 2020 22:43:46 +0000 Subject: Update vendor yaegashi/msgraph.go to v0.1.2 (2) --- .../msgraph.go/beta/IOSVpnConfigurationModel.go | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 vendor/github.com/matterbridge/msgraph.go/beta/IOSVpnConfigurationModel.go (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/IOSVpnConfigurationModel.go') diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/IOSVpnConfigurationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/IOSVpnConfigurationModel.go deleted file mode 100644 index af47f1b5..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/IOSVpnConfigurationModel.go +++ /dev/null @@ -1,23 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// IOSVpnConfiguration By providing the configurations in this profile you can instruct the iOS device to connect to desired VPN endpoint. By specifying the authentication method and security types expected by VPN endpoint you can make the VPN connection seamless for end user. -type IOSVpnConfiguration struct { - // AppleVpnConfiguration is the base model of IOSVpnConfiguration - AppleVpnConfiguration - // ProviderType Provider type for per-app VPN. - ProviderType *VpnProviderType `json:"providerType,omitempty"` - // UserDomain Zscaler only. Enter a static domain to pre-populate the login field with in the Zscaler app. If this is left empty, the user's Azure Active Directory domain will be used instead. - UserDomain *string `json:"userDomain,omitempty"` - // StrictEnforcement Zscaler only. Blocks network traffic until the user signs into Zscaler app. "True" means traffic is blocked. - StrictEnforcement *bool `json:"strictEnforcement,omitempty"` - // CloudName Zscaler only. Zscaler cloud which the user is assigned to. - CloudName *string `json:"cloudName,omitempty"` - // ExcludeList Zscaler only. List of network addresses which are not sent through the Zscaler cloud. - ExcludeList []string `json:"excludeList,omitempty"` - // IdentityCertificate undocumented - IdentityCertificate *IOSCertificateProfileBase `json:"identityCertificate,omitempty"` - // DerivedCredentialSettings undocumented - DerivedCredentialSettings *DeviceManagementDerivedCredentialSettings `json:"derivedCredentialSettings,omitempty"` -} -- cgit v1.2.3