Class SfLoginIp
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Login IP
SObject Name: LoginIp
Custom Object: False
public class SfLoginIp : SObject
- Inheritance
-
SfLoginIp
- Inherited Members
Properties
ChallengeMethod
Challenge Method
Name: ChallengeMethod
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "challengeMethod")]
[Updateable(false)]
[Createable(false)]
public string ChallengeMethod { get; set; }
Property Value
ChallengeSentDate
Challenge SentDate
Name: ChallengeSentDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "challengeSentDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ChallengeSentDate { 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
Id
Login IP ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsAuthenticated
IsAuthenticated
Name: IsAuthenticated
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAuthenticated")]
[Updateable(false)]
[Createable(false)]
public bool? IsAuthenticated { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
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
Users
ReferenceTo: User
RelationshipName: Users
[JsonProperty(PropertyName = "users")]
[Updateable(false)]
[Createable(false)]
public SfUser Users { get; set; }
Property Value
UsersId
User ID
Name: UsersId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "usersId")]
[Updateable(false)]
[Createable(false)]
public string UsersId { get; set; }