@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class ThreatInsightConfiguration extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ThreatInsightConfiguration.ActionEnum
Specifies how Okta responds to authentication requests from suspicious IP addresses
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTION |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_EXCLUDE_ZONES |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
Constructor and Description |
---|
ThreatInsightConfiguration() |
Modifier and Type | Method and Description |
---|---|
ThreatInsightConfiguration |
action(ThreatInsightConfiguration.ActionEnum action) |
ThreatInsightConfiguration |
addExcludeZonesItem(String excludeZonesItem) |
boolean |
equals(Object o) |
ThreatInsightConfiguration |
excludeZones(List<String> excludeZones) |
ThreatInsightConfiguration.ActionEnum |
getAction()
Specifies how Okta responds to authentication requests from suspicious IP addresses
|
OffsetDateTime |
getCreated()
Timestamp when the ThreatInsight Configuration object was created
|
List<String> |
getExcludeZones()
Accepts a list of [Network Zone](/openapi/okta-management/management/tag/NetworkZone/) IDs.
|
OffsetDateTime |
getLastUpdated()
Timestamp when the ThreatInsight Configuration object was last updated
|
LinksSelf |
getLinks()
Get links
|
int |
hashCode() |
ThreatInsightConfiguration |
links(LinksSelf links) |
void |
setAction(ThreatInsightConfiguration.ActionEnum action) |
void |
setExcludeZones(List<String> excludeZones) |
void |
setLinks(LinksSelf links) |
String |
toString() |
public static final String JSON_PROPERTY_ACTION
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_EXCLUDE_ZONES
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_LINKS
public ThreatInsightConfiguration action(ThreatInsightConfiguration.ActionEnum action)
@Nonnull public ThreatInsightConfiguration.ActionEnum getAction()
public void setAction(ThreatInsightConfiguration.ActionEnum action)
@Nullable public OffsetDateTime getCreated()
public ThreatInsightConfiguration excludeZones(List<String> excludeZones)
public ThreatInsightConfiguration addExcludeZonesItem(String excludeZonesItem)
@Nullable public List<String> getExcludeZones()
@Nullable public OffsetDateTime getLastUpdated()
public ThreatInsightConfiguration links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.