diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/IOSVpnConfigurationModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/IOSVpnConfigurationModel.go | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/IOSVpnConfigurationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/IOSVpnConfigurationModel.go deleted file mode 100644 index af47f1b5..00000000 --- a/vendor/github.com/yaegashi/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"` -} |