You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
okta-cli raw logs returns a target which is a JSON array (ie, a Python list), but u can't address it. eg, it'd be nice to request target.0.displayName or target[0].displayName, etc, but this crashes the cli.
okta-cli raw logsreturns atargetwhich is a JSON array (ie, a Python list), but u can't address it. eg, it'd be nice to requesttarget.0.displayNameortarget[0].displayName, etc, but this crashes the cli.