PluginEventSubscriber (ver7.5)
This table contains authentication information of a plug-in subscriber.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
AuthType | 7.5.0 | Varchar2(100) | Indicates the type of authentication used for this subscription. Valid values: BASIC, OAUTH. Required. |
ID | 7.5.0 | Number(10,0) | Unique sequential number generated by the application. Required. |
Name | 7.5.0 | Varchar2(100) | Name from the corresponding PluginDef record. |
PluginDefID | 7.5.0 | Number(10,0) | Internal number for the associated PluginDef record. Required. |
SecretKey | 7.5.0 | Varchar2(1000) | A key defined by the plugin customer for authentication purposes. Used only for type of BASIC. Required. |
URL | 7.5.0 | Varchar2(500) | Destination for the results. Required |
WhenCreated | 7.5.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 7.5.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 7.5.0 | Varchar2(100) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 7.5.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. Required. |