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
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
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
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
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
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
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
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
LoginGeo
ReferenceTo: LoginGeo
RelationshipName: LoginGeo
[JsonProperty(PropertyName = "loginGeo")]
[Updateable(false)]
[Createable(false)]
public SfLoginGeo LoginGeo { get; set; }
Property Value
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
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: False
[JsonProperty(PropertyName = "loginHistoryId")]
[Updateable(false)]
[Createable(false)]
public string LoginHistoryId { get; set; }
Property Value
Policy
Triggered By
Name: Policy
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "policy")]
[Updateable(false)]
[Createable(false)]
public string Policy { get; set; }
Property Value
Remarks
Activity Message
Name: Remarks
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "remarks")]
[Updateable(false)]
[Createable(false)]
public string Remarks { get; set; }
Property Value
Resource
ReferenceTo: ConnectedApplication
RelationshipName: Resource
[JsonProperty(PropertyName = "resource")]
[Updateable(false)]
[Createable(false)]
public SfConnectedApplication Resource { get; set; }
Property Value
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SourceIp
Source IP
Name: SourceIp
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "sourceIp")]
[Updateable(false)]
[Createable(false)]
public string SourceIp { get; set; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
User
ReferenceTo: User
RelationshipName: User
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }
Property Value
VerificationMethod
Method
Name: VerificationMethod
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "verificationMethod")]
[Updateable(false)]
[Createable(false)]
public string VerificationMethod { get; set; }
Property Value
VerificationTime
Time
Name: VerificationTime
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "verificationTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? VerificationTime { get; set; }