LoginHistory
This is a table representing the LoginHistory entities in Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the LoginHistory. |
|
| UserId | String | True |
Label User ID corresponds to this field. |
|
| LoginTime | Datetime | True |
Label Login Time corresponds to this field. |
|
| LoginType | String | True |
Label Login Type corresponds to this field. |
|
| SourceIp | String | True |
Label Source IP corresponds to this field. |
|
| LoginUrl | String | True |
Label Login URL corresponds to this field. |
|
| Browser | String | True |
Label Browser corresponds to this field. |
|
| Platform | String | True |
Label Platform corresponds to this field. |
|
| Status | String | True |
Label Status corresponds to this field. |
|
| Application | String | True |
Label Application corresponds to this field. |
|
| ClientVersion | String | True |
Label Client Version corresponds to this field. |
|
| ApiType | String | True |
Label API Type corresponds to this field. |
|
| ApiVersion | String | True |
Label API Version corresponds to this field. |