Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 584 Bytes

OktaEventTarget.md

File metadata and controls

21 lines (14 loc) · 584 Bytes

TalonOne::OktaEventTarget

Properties

Name Type Description Notes
type String Type of the event target.
alternate_id String Identifier of the event target, depending on its type.
display_name String Display name of the event target.

Code Sample

require 'TalonOne'

instance = TalonOne::OktaEventTarget.new(type: AppUser,
                                 alternate_id: john.doe@example.com,
                                 display_name: John Doe)