Sha256: 390cbfa06fc23659d7406b5e9f21117cc8cf6a2419cc376329486b70acf546ae
Contents?: true
Size: 584 Bytes
Versions: 2
Compression:
Stored size: 584 Bytes
Contents
# 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 ```ruby require 'TalonOne' instance = TalonOne::OktaEventTarget.new(type: AppUser, alternate_id: john.doe@example.com, display_name: John Doe) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/OktaEventTarget.md |
talon_one-6.0.0 | docs/OktaEventTarget.md |