FFS_MSG_AGENT_CREDENTIAL
Stores credentials to be used to send messages with a particular delivery channel.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_MSG_AGENT_CREDENTIAL_PK |
ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ID | NUMBER | 10 | Yes | An unique ID of outbound_configuration. | |
HOST | VARCHAR2 | 255 | External module location. Encrypted . | ||
PORT | VARCHAR2 | 5 | External module port. Encrypted . | ||
URL | VARCHAR2 | 1020 | External module port. Encrypted . | ||
USER_NAME | VARCHAR2 | 255 | The user credentials to be used for authorization. Optional. If the 'user' parameter is not specified, server uses the APP_InternalUserName and APP_InternalUserPass values from app_server.cfg. Encrypted. | ||
PASSWORD | VARCHAR2 | 255 | The user credentials to be used for authorization. Optional. If the 'user' parameter is not specified, server uses the APP_InternalUserName and APP_InternalUserPass values from app_server.cfg. Encrypted . | ||
HASH | VARCHAR2 | 255 | It is a hashed credentials data. Encrypted . | ||
CA_FILE | CLOB | It is a x509 trust file. Encrypted . | |||
CERT_FILE | CLOB | It is a file with client certificates to be sent to server. (default - use anonymous authorization). Encrypted . | |||
CRL_FILE | CLOB | It is a x509 crl file. Encrypted . | |||
EXTRA_CONFIGURATION | CLOB | Additional configuration for credentials. Encrypted. | |||
KEY_FILE | CLOB | It is a file with a client private key. (default - use anonymous authorization). Encrypted . | |||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_MSG_AGENT_CREDENTIAL_PK | Unique | DATA | ID |