Class SfApiEvent
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
API Event
SObject Name: ApiEvent
Custom Object: False
public class SfApiEvent : SObject
- Inheritance
-
SfApiEvent
- Inherited Members
Properties
AdditionalInfo
Additional Information
Name: AdditionalInfo
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "additionalInfo")]
[Updateable(false)]
[Createable(false)]
public string AdditionalInfo { get; set; }
Property Value
ApiType
API Type
Name: ApiType
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "apiType")]
[Updateable(false)]
[Createable(false)]
public string ApiType { get; set; }
Property Value
ApiVersion
API Version
Name: ApiVersion
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "apiVersion")]
[Updateable(false)]
[Createable(false)]
public double? ApiVersion { get; set; }
Property Value
Application
Application
Name: Application
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "application")]
[Updateable(false)]
[Createable(false)]
public string Application { get; set; }
Property Value
Client
Client
Name: Client
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "client")]
[Updateable(false)]
[Createable(false)]
public string Client { get; set; }
Property Value
ConnectedApp
ReferenceTo: ConnectedApplication
RelationshipName: ConnectedApp
[JsonProperty(PropertyName = "connectedApp")]
[Updateable(false)]
[Createable(false)]
public SfConnectedApplication ConnectedApp { get; set; }
Property Value
ConnectedAppId
Connected App ID
Name: ConnectedAppId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "connectedAppId")]
[Updateable(false)]
[Createable(false)]
public string ConnectedAppId { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
ElapsedTime
Elapsed Time
Name: ElapsedTime
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "elapsedTime")]
[Updateable(false)]
[Createable(false)]
public int? ElapsedTime { get; set; }
Property Value
- int?
EvaluationTime
Evaluation Time
Name: EvaluationTime
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "evaluationTime")]
[Updateable(false)]
[Createable(false)]
public double? EvaluationTime { get; set; }
Property Value
EventDate
Event Date
Name: EventDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "eventDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EventDate { get; set; }
Property Value
EventIdentifier
Event Identifier
Name: EventIdentifier
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "eventIdentifier")]
[Updateable(false)]
[Createable(false)]
public string EventIdentifier { get; set; }
Property Value
Id
API Event ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
LoginHistory
ReferenceTo: LoginHistory
RelationshipName: LoginHistory
[JsonProperty(PropertyName = "loginHistory")]
[Updateable(false)]
[Createable(false)]
public SfLoginHistory LoginHistory { get; set; }
Property Value
LoginHistoryId
Login History ID
Name: LoginHistoryId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "loginHistoryId")]
[Updateable(false)]
[Createable(false)]
public string LoginHistoryId { get; set; }
Property Value
LoginKey
Login Key
Name: LoginKey
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "loginKey")]
[Updateable(false)]
[Createable(false)]
public string LoginKey { get; set; }
Property Value
Operation
Operation
Name: Operation
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "operation")]
[Updateable(false)]
[Createable(false)]
public string Operation { get; set; }
Property Value
Platform
Platform
Name: Platform
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "platform")]
[Updateable(false)]
[Createable(false)]
public string Platform { get; set; }
Property Value
Policy
ReferenceTo: TransactionSecurityPolicy
RelationshipName: Policy
[JsonProperty(PropertyName = "policy")]
[Updateable(false)]
[Createable(false)]
public SfTransactionSecurityPolicy Policy { get; set; }
Property Value
PolicyId
Transaction Security Policy ID
Name: PolicyId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "policyId")]
[Updateable(false)]
[Createable(false)]
public string PolicyId { get; set; }
Property Value
PolicyOutcome
Policy Outcome
Name: PolicyOutcome
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "policyOutcome")]
[Updateable(false)]
[Createable(false)]
public string PolicyOutcome { get; set; }
Property Value
QueriedEntities
Queried Entities
Name: QueriedEntities
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "queriedEntities")]
[Updateable(false)]
[Createable(false)]
public string QueriedEntities { get; set; }
Property Value
Query
Query
Name: Query
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "query")]
[Updateable(false)]
[Createable(false)]
public string Query { get; set; }
Property Value
Records
Records
Name: Records
SF Type: json
Nillable: True
[JsonProperty(PropertyName = "records")]
[Updateable(false)]
[Createable(false)]
public string Records { get; set; }
Property Value
RelatedEventIdentifier
Related Event Identifier
Name: RelatedEventIdentifier
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "relatedEventIdentifier")]
[Updateable(false)]
[Createable(false)]
public string RelatedEventIdentifier { get; set; }
Property Value
RequestIdentifier
Request Identifier
Name: RequestIdentifier
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "requestIdentifier")]
[Updateable(false)]
[Createable(false)]
public string RequestIdentifier { get; set; }
Property Value
RowsProcessed
Rows Processed
Name: RowsProcessed
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "rowsProcessed")]
[Updateable(false)]
[Createable(false)]
public double? RowsProcessed { get; set; }
Property Value
RowsReturned
Rows Returned
Name: RowsReturned
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "rowsReturned")]
[Updateable(false)]
[Createable(false)]
public double? RowsReturned { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SessionKey
Session Key
Name: SessionKey
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sessionKey")]
[Updateable(false)]
[Createable(false)]
public string SessionKey { get; set; }
Property Value
SessionLevel
Session Level
Name: SessionLevel
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "sessionLevel")]
[Updateable(false)]
[Createable(false)]
public string SessionLevel { get; set; }
Property Value
SourceIp
Source IP
Name: SourceIp
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sourceIp")]
[Updateable(false)]
[Createable(false)]
public string SourceIp { get; set; }
Property Value
User
ReferenceTo: User
RelationshipName: User
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }
Property Value
UserAgent
User Agent
Name: UserAgent
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "userAgent")]
[Updateable(false)]
[Createable(false)]
public string UserAgent { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }
Property Value
Username
Username
Name: Username
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "username")]
[Updateable(false)]
[Createable(false)]
public string Username { get; set; }