Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static ThreatInsightConfiguration.ActionEnum |
ThreatInsightConfiguration.ActionEnum.fromValue(String value) |
ThreatInsightConfiguration.ActionEnum |
ThreatInsightConfiguration.getAction()
Specifies how Okta responds to authentication requests from suspicious IP addresses
|
static ThreatInsightConfiguration.ActionEnum |
ThreatInsightConfiguration.ActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreatInsightConfiguration.ActionEnum[] |
ThreatInsightConfiguration.ActionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ThreatInsightConfiguration |
ThreatInsightConfiguration.action(ThreatInsightConfiguration.ActionEnum action) |
void |
ThreatInsightConfiguration.setAction(ThreatInsightConfiguration.ActionEnum action) |
Copyright © 2017–2023 Okta. All rights reserved.