Table that stores AVS agent profiles
Data model
Fields
Field | Type | Description |
---|---|---|
confirm_user* | BIT | User Confirmation Activation |
creation_date* | DATETIME | Date of creation |
id* | INT | Primary key of the table |
modification_date* | DATETIME | Date Modified |
name* | NVARCHAR (100) | Profile Name |
one_time_password* | BIT | One-time password activation |
password* | NVARCHAR (100) | Fixed password to authorize support session |
Primary Key
PK01_AVS_PROFILE_AGENT |
---|
id |