Sha256: 80f4eb119af13b98fa2178b0e7c62c2918e3b2b8f242857e6cc19e52ca40236a
Contents?: true
Size: 449 Bytes
Versions: 2
Compression:
Stored size: 449 Bytes
Contents
# TalonOne::OktaEvent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **event_type** | **String** | Event type defining an action. | **target** | [**Array<OktaEventTarget>**](OktaEventTarget.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OktaEvent.new(event_type: application.user_membership.add, target: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/OktaEvent.md |
talon_one-6.0.0 | docs/OktaEvent.md |