Uses of Interface
com.okta.sdk.resource.threat.insight.ThreatInsightConfiguration
-
Packages that use ThreatInsightConfiguration Package Description com.okta.sdk.client com.okta.sdk.resource.threat.insight -
-
Uses of ThreatInsightConfiguration in com.okta.sdk.client
Methods in com.okta.sdk.client that return ThreatInsightConfiguration Modifier and Type Method Description ThreatInsightConfiguration
Client. getCurrentConfiguration()
Gets current ThreatInsight configuration -
Uses of ThreatInsightConfiguration in com.okta.sdk.resource.threat.insight
Methods in com.okta.sdk.resource.threat.insight that return ThreatInsightConfiguration Modifier and Type Method Description ThreatInsightConfiguration
ThreatInsightConfiguration. setAction(java.lang.String action)
ThreatInsightConfiguration
ThreatInsightConfiguration. setExcludeZones(java.util.List<java.lang.String> excludeZones)
ThreatInsightConfiguration
ThreatInsightConfiguration. update()
Updates ThreatInsight configuration
-