OKTA API not exporting Source address details -


i have created okta api using token , admin account url export events(logs) reffered activities done on okta account. able export events ip address details or source ip (from where) info not getting exported. more need added api same. please advise.

modify okta api com.okta.sdk.models.event.actor.java add property: private string ipaddress;

add get/set funcitons. compile source code new okta api jar, use jar substitute original one, ipaddress attribute value in event.actor.ipaddress


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -