Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 449 Bytes

OktaEvent.md

File metadata and controls

19 lines (12 loc) · 449 Bytes

TalonOne::OktaEvent

Properties

Name Type Description Notes
event_type String Event type defining an action.
target Array<OktaEventTarget>

Code Sample

require 'TalonOne'

instance = TalonOne::OktaEvent.new(event_type: application.user_membership.add,
                                 target: null)