Table of Contents

Class SfIdentityVerificationEvent

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Identity Verification Event

SObject Name: IdentityVerificationEvent

Custom Object: False

public class SfIdentityVerificationEvent : SObject
Inheritance
SfIdentityVerificationEvent
Inherited Members

Properties

Activity

User Activity

Name: Activity

SF Type: picklist

Nillable: True

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

Property Value

string

City

City

Name: City

SF Type: string

Nillable: True

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

Property Value

string

Country

Country

Name: Country

SF Type: string

Nillable: True

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

Property Value

string

CountryIso

Country Code

Name: CountryIso

SF Type: string

Nillable: True

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

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?

EventGroup

Verification Attempt

Name: EventGroup

SF Type: string

Nillable: True

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

Property Value

string

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

Identity Verification Event ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

Latitude

Latitude

Name: Latitude

SF Type: double

Nillable: True

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

Property Value

double?

LoginHistory

ReferenceTo: LoginHistory

RelationshipName: LoginHistory

[JsonProperty(PropertyName = "loginHistory")]
[Updateable(false)]
[Createable(false)]
public SfLoginHistory LoginHistory { get; set; }

Property Value

SfLoginHistory

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

Longitude

Longitude

Name: Longitude

SF Type: double

Nillable: True

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

Property Value

double?

Policy

Triggered By

Name: Policy

SF Type: picklist

Nillable: True

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

Property Value

string

PostalCode

Postal Code

Name: PostalCode

SF Type: string

Nillable: True

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

Property Value

string

Remarks

Activity Message

Name: Remarks

SF Type: string

Nillable: True

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

Property Value

string

Resource

ReferenceTo: ConnectedApplication

RelationshipName: Resource

[JsonProperty(PropertyName = "resource")]
[Updateable(false)]
[Createable(false)]
public SfConnectedApplication Resource { get; set; }

Property Value

SfConnectedApplication

ResourceId

Connected App ID

Name: ResourceId

SF Type: reference

Nillable: True

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

Status

Status

Name: Status

SF Type: picklist

Nillable: True

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

Property Value

string

Subdivision

Subdivision

Name: Subdivision

SF Type: string

Nillable: True

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

Username

Username

Name: Username

SF Type: string

Nillable: True

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

Property Value

string

VerificationMethod

Method

Name: VerificationMethod

SF Type: picklist

Nillable: True

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

Property Value

string