docs.EventHook.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta
API. This .jar is the only compile-time dependency within the Okta SDK project that your code should
depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
The newest version!
# EventHook
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**channel** | [**EventHookChannel**](EventHookChannel.md) | | |
|**created** | **OffsetDateTime** | Timestamp of the event hook creation | [optional] [readonly] |
|**createdBy** | **String** | The ID of the user who created the event hook | [optional] [readonly] |
|**description** | **String** | Description of the event hook | [optional] |
|**events** | [**EventSubscriptions**](EventSubscriptions.md) | | |
|**id** | **String** | Unique key for the event hook | [optional] [readonly] |
|**lastUpdated** | **OffsetDateTime** | Date of the last event hook update | [optional] [readonly] |
|**name** | **String** | Display name for the event hook | |
|**status** | [**StatusEnum**](#StatusEnum) | Status of the event hook | [optional] [readonly] |
|**verificationStatus** | **EventHookVerificationStatus** | | [optional] |
|**links** | [**EventHookLinks**](EventHookLinks.md) | | [optional] |
## Enum: StatusEnum
| Name | Value |
|---- | -----|
| ACTIVE | "ACTIVE" |
| INACTIVE | "INACTIVE" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy