Package com.okta.sdk.resource.model
Class ThreatInsightConfiguration
java.lang.Object
com.okta.sdk.resource.model.ThreatInsightConfiguration
- 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 ThreatInsightConfiguration
extends Object
implements Serializable
ThreatInsightConfiguration
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Specifies how Okta responds to authentication requests from suspicious IP addresses -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddexcludeZonesItem
(String excludeZonesItem) boolean
excludeZones
(List<String> excludeZones) Specifies how Okta responds to authentication requests from suspicious IP addressesTimestamp when the ThreatInsight Configuration object was createdAccepts a list of [Network Zone](/openapi/okta-management/management/tag/NetworkZone/) IDs.Timestamp when the ThreatInsight Configuration object was last updatedgetLinks()
Get linksint
hashCode()
void
void
setExcludeZones
(List<String> excludeZones) void
toString()
-
Field Details
-
JSON_PROPERTY_ACTION
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_EXCLUDE_ZONES
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ThreatInsightConfiguration
public ThreatInsightConfiguration()
-
-
Method Details
-
action
-
getAction
Specifies how Okta responds to authentication requests from suspicious IP addresses- Returns:
- action
-
setAction
-
getCreated
Timestamp when the ThreatInsight Configuration object was created- Returns:
- created
-
excludeZones
-
addexcludeZonesItem
-
getExcludeZones
Accepts a list of [Network Zone](/openapi/okta-management/management/tag/NetworkZone/) IDs. IPs in the excluded network zones aren't logged or blocked. This ensures that traffic from known, trusted IPs isn't accidentally logged or blocked.- Returns:
- excludeZones
-
setExcludeZones
-
getLastUpdated
Timestamp when the ThreatInsight Configuration object was last updated- Returns:
- lastUpdated
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-