Table of Contents

Class SfLoginAsEvent

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

LoginAs Event

SObject Name: LoginAsEvent

Custom Object: False

public class SfLoginAsEvent : SObject
Inheritance
SfLoginAsEvent
Inherited Members

Properties

Application

Application

Name: Application

SF Type: string

Nillable: True

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

Property Value

string

Browser

Browser

Name: Browser

SF Type: string

Nillable: True

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

Property Value

string

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?

DelegatedOrganizationId

Delegated Organization Id

Name: DelegatedOrganizationId

SF Type: string

Nillable: True

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

Property Value

string

DelegatedUsername

Delegated Username

Name: DelegatedUsername

SF Type: string

Nillable: True

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

Property Value

string

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 Identifier

Name: EventIdentifier

SF Type: string

Nillable: False

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

Property Value

string

Id

LoginAs Event ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

LoginAsCategory

LoginAs Category

Name: LoginAsCategory

SF Type: picklist

Nillable: True

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

Property Value

string

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

string

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

LoginType

Login Type

Name: LoginType

SF Type: picklist

Nillable: True

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

Property Value

string

Platform

Platform

Name: Platform

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

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

SessionLevel

Session Level

Name: SessionLevel

SF Type: picklist

Nillable: True

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

Property Value

string

SourceIp

Source IP

Name: SourceIp

SF Type: string

Nillable: True

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

Property Value

string

TargetUrl

Target URL

Name: TargetUrl

SF Type: string

Nillable: True

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

Property Value

string

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

UserType

User Type

Name: UserType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "userType")]
[Updateable(false)]
[Createable(false)]
public string UserType { 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