Table of Contents

Class SfVerificationHistory

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Identity Verification History

SObject Name: VerificationHistory

Custom Object: False

public class SfVerificationHistory : SObject
Inheritance
SfVerificationHistory
Inherited Members

Properties

Activity

User Activity

Name: Activity

SF Type: picklist

Nillable: False

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

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

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

Property Value

SfUser

CreatedById

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

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

EventGroup

Verification Attempt

Name: EventGroup

SF Type: int

Nillable: False

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

Property Value

int?

Id

Identity Verification ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

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

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

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

LoginGeo

ReferenceTo: LoginGeo

RelationshipName: LoginGeo

[JsonProperty(PropertyName = "loginGeo")]
[Updateable(false)]
[Createable(false)]
public SfLoginGeo LoginGeo { get; set; }

Property Value

SfLoginGeo

LoginGeoId

Login Geo Data ID

Name: LoginGeoId

SF Type: reference

Nillable: True

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

Property Value

string

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: False

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

Property Value

string

Policy

Triggered By

Name: Policy

SF Type: picklist

Nillable: False

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

SourceIp

Source IP

Name: SourceIp

SF Type: string

Nillable: False

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

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { 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: False

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

VerificationTime

Time

Name: VerificationTime

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?