Class SfUserLogin
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
User Login
SObject Name: UserLogin
Custom Object: False
public class SfUserLogin : SObject
- Inheritance
-
SfUserLogin
- Inherited Members
Properties
Id
User Login ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsFrozen
Is Frozen
Name: IsFrozen
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFrozen")]
[Updateable(true)]
[Createable(false)]
public bool? IsFrozen { get; set; }
Property Value
- bool?
IsPasswordLocked
Is Password Locked
Name: IsPasswordLocked
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isPasswordLocked")]
[Updateable(true)]
[Createable(false)]
public bool? IsPasswordLocked { 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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }