Table of Contents

Class SfSessionHijackingEventStore

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Session Hijacking Event Store

SObject Name: SessionHijackingEventStore

Custom Object: False

public class SfSessionHijackingEventStore : SObject
Inheritance
SfSessionHijackingEventStore
Inherited Members

Properties

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

CurrentIp

Current IP Address

Name: CurrentIp

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "currentIp")]
[Updateable(false)]
[Createable(false)]
public string CurrentIp { get; set; }

Property Value

string

CurrentPlatform

Current Platform

Name: CurrentPlatform

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "currentPlatform")]
[Updateable(false)]
[Createable(false)]
public string CurrentPlatform { get; set; }

Property Value

string

CurrentScreen

Current Screen

Name: CurrentScreen

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "currentScreen")]
[Updateable(false)]
[Createable(false)]
public string CurrentScreen { get; set; }

Property Value

string

CurrentUserAgent

Current User Agent

Name: CurrentUserAgent

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "currentUserAgent")]
[Updateable(false)]
[Createable(false)]
public string CurrentUserAgent { get; set; }

Property Value

string

CurrentWindow

Current Window

Name: CurrentWindow

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "currentWindow")]
[Updateable(false)]
[Createable(false)]
public string CurrentWindow { get; set; }

Property Value

string

EvaluationTime

Evaluation Time

Name: EvaluationTime

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "evaluationTime")]
[Updateable(false)]
[Createable(false)]
public double? EvaluationTime { get; set; }

Property Value

double?

EventDate

Event Date

Name: EventDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "eventDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EventDate { get; set; }

Property Value

DateTimeOffset?

EventIdentifier

Event ID

Name: EventIdentifier

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "eventIdentifier")]
[Updateable(false)]
[Createable(false)]
public string EventIdentifier { get; set; }

Property Value

string

Id

Session Hijacking Event Store ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

LastModifiedDate

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }

Property Value

DateTimeOffset?

LastReferencedDate

Last Referenced Date

Name: LastReferencedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }

Property Value

DateTimeOffset?

LastViewedDate

Last Viewed Date

Name: LastViewedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }

Property Value

DateTimeOffset?

LoginKey

Login Key

Name: LoginKey

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "loginKey")]
[Updateable(false)]
[Createable(false)]
public string LoginKey { get; set; }

Property Value

string

Policy

ReferenceTo: TransactionSecurityPolicy

RelationshipName: Policy

[JsonProperty(PropertyName = "policy")]
[Updateable(false)]
[Createable(false)]
public SfTransactionSecurityPolicy Policy { get; set; }

Property Value

SfTransactionSecurityPolicy

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

string

PolicyOutcome

Policy Outcome

Name: PolicyOutcome

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "policyOutcome")]
[Updateable(false)]
[Createable(false)]
public string PolicyOutcome { get; set; }

Property Value

string

PreviousIp

Previous IP Address

Name: PreviousIp

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "previousIp")]
[Updateable(false)]
[Createable(false)]
public string PreviousIp { get; set; }

Property Value

string

PreviousPlatform

Previous Platform

Name: PreviousPlatform

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "previousPlatform")]
[Updateable(false)]
[Createable(false)]
public string PreviousPlatform { get; set; }

Property Value

string

PreviousScreen

Previous Screen

Name: PreviousScreen

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "previousScreen")]
[Updateable(false)]
[Createable(false)]
public string PreviousScreen { get; set; }

Property Value

string

PreviousUserAgent

Previous User Agent

Name: PreviousUserAgent

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "previousUserAgent")]
[Updateable(false)]
[Createable(false)]
public string PreviousUserAgent { get; set; }

Property Value

string

PreviousWindow

Previous Window

Name: PreviousWindow

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "previousWindow")]
[Updateable(false)]
[Createable(false)]
public string PreviousWindow { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Score

Score

Name: Score

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "score")]
[Updateable(false)]
[Createable(false)]
public double? Score { get; set; }

Property Value

double?

SecurityEventData

Event Data

Name: SecurityEventData

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "securityEventData")]
[Updateable(false)]
[Createable(false)]
public string SecurityEventData { get; set; }

Property Value

string

SessionHijackingEventNumber

Event Name

Name: SessionHijackingEventNumber

SF Type: string

AutoNumber field

Nillable: False

[JsonProperty(PropertyName = "sessionHijackingEventNumber")]
[Updateable(false)]
[Createable(false)]
public string SessionHijackingEventNumber { get; set; }

Property Value

string

SessionKey

Session Key

Name: SessionKey

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "sessionKey")]
[Updateable(false)]
[Createable(false)]
public string SessionKey { get; set; }

Property Value

string

SourceIp

Source IP Address

Name: SourceIp

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "sourceIp")]
[Updateable(false)]
[Createable(false)]
public string SourceIp { get; set; }

Property Value

string

Summary

Summary

Name: Summary

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "summary")]
[Updateable(false)]
[Createable(false)]
public string Summary { get; set; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

User

ReferenceTo: User

RelationshipName: User

[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }

Property Value

SfUser

UserId

User ID

Name: UserId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }

Property Value

string

Username

Username

Name: Username

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "username")]
[Updateable(false)]
[Createable(false)]
public string Username { get; set; }

Property Value

string