EAPM
Stores External Account Password Management (EAPM) configuration and credential records. This table supports secure authentication and integration with third-party services.
Columns
| Name | Type | ReadOnly | Description |
| Api_Data | String | False |
Data that is returned by or stored for the external service on a per-user basis. This field is typically used to maintain configuration or state information required for authentication or service integration. |
| Application | String | False |
The name of the external application or service to which this record provides authentication and connection details. |
| Assigned_User_Id | String | False |
The identifier (Id) of the user who is currently assigned ownership of this external account configuration record. |
| Assigned_User_Name | String | True |
The display name of the user that is associated with the Assigned_User_Id field. |
| Commentlog | String | True |
A log of comments and collaboration notes that are associated with this record. |
| Consumer_Key | String | False |
The application key that is required to authenticate with the external service when using OAuth-based authentication. |
| Consumer_Secret | String | False |
The client secret value that is paired with the consumer key to authenticate with an external service. This field is used only in OAuth-enabled integrations. |
| Created_By | String | True |
The Id of the user who originally created this external account configuration record. |
| Created_By_Name | String | True |
The name of the user that is associated with the Created_By field. |
| Date_Entered | Datetime | True |
The date and time when this record was created. |
| Date_Modified | Datetime | True |
The date and time when this record was last modified. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when the record is marked for deletion. It returns a value of 'false' when the record remains active. |
| Description | String | False |
A detailed description of this external account configuration record. This text is frequently used to explain usage, limitations, or notes about the integration. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following this record to receive update notifications. It returns a value of 'false' when the user is not following the record. |
| Id [KEY] | String | True |
The unique Id for this external account configuration record. |
| Locked_Fields | String | True |
A list of fields in this record that are restricted from modification. This field prevents changes that could disrupt authentication or integration behavior. |
| Modified_By_Name | String | True |
The name of the user that is associated with the Modified_User_Id field. |
| Modified_User_Id | String | True |
The Id of the user who last modified this record. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the record is marked as a personal favorite. It returns a value of 'false' when the record is not marked as a favorite. |
| Name | String | False |
The name that is assigned to this external account configuration record. This value is used to identify the integration entry in lists and selection menus. |
| Note | String | False |
A free-form note that can be used to store additional descriptive or administrative information related to the external account configuration. |
| Oauth_Secret | String | False | |
| Oauth_Token | String | False | |
| Password | String | False |
The password used for authentication when the integration relies on basic credential-based access instead of OAuth. |
| Sync_Key | String | True |
A synchronization key that is used to match this external account configuration record with external systems or integration processes. |
| Url | String | False |
The base URL of the external service to which this configuration connects. This value defines the endpoint through which authentication and API calls are made. |
| Validated | Bool | False |
A Boolean field that returns a value of 'true' when the connection to the external service is successfully validated. It returns a value of 'false' when the validation check fails or is not yet been completed. |