Package com.okta.sdk.resource.model
Class ApplicationSettingsNotificationsVpn
java.lang.Object
com.okta.sdk.resource.model.ApplicationSettingsNotificationsVpn
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ApplicationSettingsNotificationsVpn
extends Object
implements Serializable
Sends customizable messages with conditions to end users when a VPN connection is required
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
An optional URL to a help page to assist your end users in signing in to your company VPNA VPN requirement message that's displayed to usersGet networkint
hashCode()
void
setHelpUrl
(String helpUrl) void
setMessage
(String message) void
toString()
-
Field Details
-
JSON_PROPERTY_HELP_URL
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_NETWORK
- See Also:
-
-
Constructor Details
-
ApplicationSettingsNotificationsVpn
public ApplicationSettingsNotificationsVpn()
-
-
Method Details
-
helpUrl
-
getHelpUrl
An optional URL to a help page to assist your end users in signing in to your company VPN- Returns:
- helpUrl
-
setHelpUrl
-
message
-
getMessage
A VPN requirement message that's displayed to users- Returns:
- message
-
setMessage
-
network
public ApplicationSettingsNotificationsVpn network(ApplicationSettingsNotificationsVpnNetwork network) -
getNetwork
Get network- Returns:
- network
-
setNetwork
-
equals
-
hashCode
public int hashCode() -
toString
-