diff options
author | Qais Patankar <qaisjp@gmail.com> | 2020-03-15 22:43:46 +0000 |
---|---|---|
committer | Wim <wim@42.be> | 2020-03-22 00:02:48 +0100 |
commit | 76e5fe5a87d7e60919075f96eee599f3c6255a9f (patch) | |
tree | af3181ad6aadaea02069473a3718a827be888426 /vendor/github.com/matterbridge/msgraph.go/beta/IosikEv2VpnConfigurationModel.go | |
parent | 802c80f40c709ba4967de317e40a8d6abe57f6be (diff) | |
download | matterbridge-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/IosikEv2VpnConfigurationModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/IosikEv2VpnConfigurationModel.go | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/IosikEv2VpnConfigurationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/IosikEv2VpnConfigurationModel.go deleted file mode 100644 index 038bd70a..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/IosikEv2VpnConfigurationModel.go +++ /dev/null @@ -1,49 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// IosikEv2VpnConfiguration By providing the configurations in this profile you can instruct the iOS device to connect to desired IKEv2 VPN endpoint. -type IosikEv2VpnConfiguration struct { - // IOSVpnConfiguration is the base model of IosikEv2VpnConfiguration - IOSVpnConfiguration - // ChildSecurityAssociationParameters Child Security Association Parameters - ChildSecurityAssociationParameters *IOSVpnSecurityAssociationParameters `json:"childSecurityAssociationParameters,omitempty"` - // ClientAuthenticationType Type of Client Authentication the VPN client will use. - ClientAuthenticationType *VpnClientAuthenticationType `json:"clientAuthenticationType,omitempty"` - // DeadPeerDetectionRate Determine how often to check if a peer connection is still active. - DeadPeerDetectionRate *VpnDeadPeerDetectionRate `json:"deadPeerDetectionRate,omitempty"` - // DisableMobilityAndMultihoming Disable MOBIKE - DisableMobilityAndMultihoming *bool `json:"disableMobilityAndMultihoming,omitempty"` - // DisableRedirect Disable Redirect - DisableRedirect *bool `json:"disableRedirect,omitempty"` - // EnableCertificateRevocationCheck Enables a best-effort revocation check; server response timeouts will not cause it to fail - EnableCertificateRevocationCheck *bool `json:"enableCertificateRevocationCheck,omitempty"` - // EnableEAP Enables EAP only authentication - EnableEAP *bool `json:"enableEAP,omitempty"` - // EnablePerfectForwardSecrecy Enable Perfect Forward Secrecy (PFS). - EnablePerfectForwardSecrecy *bool `json:"enablePerfectForwardSecrecy,omitempty"` - // EnableUseInternalSubnetAttributes Enable Use Internal Subnet Attributes. - EnableUseInternalSubnetAttributes *bool `json:"enableUseInternalSubnetAttributes,omitempty"` - // LocalIdentifier Method of identifying the client that is trying to connect via VPN. - LocalIdentifier *VpnLocalIdentifier `json:"localIdentifier,omitempty"` - // RemoteIdentifier Address of the IKEv2 server. Must be a FQDN, UserFQDN, network address, or ASN1DN - RemoteIdentifier *string `json:"remoteIdentifier,omitempty"` - // SecurityAssociationParameters Security Association Parameters - SecurityAssociationParameters *IOSVpnSecurityAssociationParameters `json:"securityAssociationParameters,omitempty"` - // ServerCertificateCommonName Common name of the IKEv2 Server Certificate used in Server Authentication - ServerCertificateCommonName *string `json:"serverCertificateCommonName,omitempty"` - // ServerCertificateIssuerCommonName Issuer Common name of the IKEv2 Server Certificate issuer used in Authentication - ServerCertificateIssuerCommonName *string `json:"serverCertificateIssuerCommonName,omitempty"` - // ServerCertificateType The type of certificate the VPN server will present to the VPN client for authentication. - ServerCertificateType *VpnServerCertificateType `json:"serverCertificateType,omitempty"` - // SharedSecret Used when Shared Secret Authentication is selected - SharedSecret *string `json:"sharedSecret,omitempty"` - // TLSMaximumVersion The maximum TLS version to be used with EAP-TLS authentication - TLSMaximumVersion *string `json:"tlsMaximumVersion,omitempty"` - // TLSMinimumVersion The minimum TLS version to be used with EAP-TLS authentication - TLSMinimumVersion *string `json:"tlsMinimumVersion,omitempty"` - // AllowDefaultSecurityAssociationParameters Allows the use of security association parameters by setting all parameters to the device's default unless explicitly specified. - AllowDefaultSecurityAssociationParameters *bool `json:"allowDefaultSecurityAssociationParameters,omitempty"` - // AllowDefaultChildSecurityAssociationParameters Allows the use of child security association parameters by setting all parameters to the device's default unless explicitly specified. - AllowDefaultChildSecurityAssociationParameters *bool `json:"allowDefaultChildSecurityAssociationParameters,omitempty"` -} |