Package com.okta.sdk.resource.model
Class OktaIpChangeEvent
java.lang.Object
com.okta.sdk.resource.model.OktaIpChangeEvent
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class OktaIpChangeEvent
extends Object
implements Serializable
IP changed for the subject's session
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The entity that initiated the event -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncurrentIpAddress
(String currentIpAddress) boolean
eventTimestamp
(Long eventTimestamp) Current IP address of the subjectThe time of the event (UNIX timestamp)The entity that initiated the eventPrevious IP address of the subjectGet reasonAdminGet reasonUserGet subjectsint
hashCode()
initiatingEntity
(OktaIpChangeEvent.InitiatingEntityEnum initiatingEntity) previousIpAddress
(String previousIpAddress) reasonAdmin
(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) reasonUser
(CaepDeviceComplianceChangeEventReasonUser reasonUser) void
setCurrentIpAddress
(String currentIpAddress) void
setEventTimestamp
(Long eventTimestamp) void
setInitiatingEntity
(OktaIpChangeEvent.InitiatingEntityEnum initiatingEntity) void
setPreviousIpAddress
(String previousIpAddress) void
setReasonAdmin
(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) void
void
setSubjects
(SecurityEventSubject subjects) subjects
(SecurityEventSubject subjects) toString()
-
Field Details
-
JSON_PROPERTY_CURRENT_IP_ADDRESS
- See Also:
-
JSON_PROPERTY_EVENT_TIMESTAMP
- See Also:
-
JSON_PROPERTY_INITIATING_ENTITY
- See Also:
-
JSON_PROPERTY_PREVIOUS_IP_ADDRESS
- See Also:
-
JSON_PROPERTY_REASON_ADMIN
- See Also:
-
JSON_PROPERTY_REASON_USER
- See Also:
-
JSON_PROPERTY_SUBJECTS
- See Also:
-
-
Constructor Details
-
OktaIpChangeEvent
public OktaIpChangeEvent()
-
-
Method Details
-
currentIpAddress
-
getCurrentIpAddress
-
setCurrentIpAddress
-
eventTimestamp
-
getEventTimestamp
-
setEventTimestamp
-
initiatingEntity
-
getInitiatingEntity
The entity that initiated the event- Returns:
- initiatingEntity
-
setInitiatingEntity
-
previousIpAddress
-
getPreviousIpAddress
-
setPreviousIpAddress
-
reasonAdmin
-
getReasonAdmin
Get reasonAdmin- Returns:
- reasonAdmin
-
setReasonAdmin
-
reasonUser
-
getReasonUser
Get reasonUser- Returns:
- reasonUser
-
setReasonUser
-
subjects
-
getSubjects
-
setSubjects
-
equals
-
hashCode
-
toString
-