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
City
City
Name: City
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "city")]
[Updateable(false)]
[Createable(false)]
public string City { get; set; }
Property Value
Country
Country
Name: Country
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "country")]
[Updateable(false)]
[Createable(false)]
public string Country { get; set; }
Property Value
CountryIso
Country Code
Name: CountryIso
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "countryIso")]
[Updateable(false)]
[Createable(false)]
public string CountryIso { 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
EventDate
Event Date
Name: EventDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "eventDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EventDate { get; set; }
Property Value
EventGroup
Verification Attempt
Name: EventGroup
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "eventGroup")]
[Updateable(false)]
[Createable(false)]
public string EventGroup { get; set; }
Property Value
EventIdentifier
Event Identifier
Name: EventIdentifier
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "eventIdentifier")]
[Updateable(false)]
[Createable(false)]
public string EventIdentifier { get; set; }
Property Value
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
Latitude
Latitude
Name: Latitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "latitude")]
[Updateable(false)]
[Createable(false)]
public double? Latitude { 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: True
[JsonProperty(PropertyName = "loginHistoryId")]
[Updateable(false)]
[Createable(false)]
public string LoginHistoryId { get; set; }
Property Value
LoginKey
Login Key
Name: LoginKey
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "loginKey")]
[Updateable(false)]
[Createable(false)]
public string LoginKey { get; set; }
Property Value
Longitude
Longitude
Name: Longitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "longitude")]
[Updateable(false)]
[Createable(false)]
public double? Longitude { get; set; }
Property Value
Policy
Triggered By
Name: Policy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "policy")]
[Updateable(false)]
[Createable(false)]
public string Policy { get; set; }
Property Value
PostalCode
Postal Code
Name: PostalCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "postalCode")]
[Updateable(false)]
[Createable(false)]
public string PostalCode { 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
SessionKey
Session Key
Name: SessionKey
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sessionKey")]
[Updateable(false)]
[Createable(false)]
public string SessionKey { get; set; }
Property Value
SessionLevel
Session Level
Name: SessionLevel
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "sessionLevel")]
[Updateable(false)]
[Createable(false)]
public string SessionLevel { get; set; }
Property Value
SourceIp
Source IP
Name: SourceIp
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sourceIp")]
[Updateable(false)]
[Createable(false)]
public string SourceIp { get; set; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }
Property Value
Subdivision
Subdivision
Name: Subdivision
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "subdivision")]
[Updateable(false)]
[Createable(false)]
public string Subdivision { 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: True
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }
Property Value
Username
Username
Name: Username
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "username")]
[Updateable(false)]
[Createable(false)]
public string Username { 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; }