Class SfUserEntityAccess
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
User Entity Access
SObject Name: UserEntityAccess
Custom Object: False
public class SfUserEntityAccess : SObject
- Inheritance
-
SfUserEntityAccess
- Inherited Members
Properties
DurableId
Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
EntityDefinitionId
Entity Definition ID
Name: EntityDefinitionId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "entityDefinitionId")]
[Updateable(false)]
[Createable(false)]
public string EntityDefinitionId { get; set; }
Property Value
Id
User Entity Access ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsActivateable
Is Activateable
Name: IsActivateable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isActivateable")]
[Updateable(false)]
[Createable(false)]
public bool? IsActivateable { get; set; }
Property Value
- bool?
IsCreatable
Is Creatable
Name: IsCreatable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isCreatable")]
[Updateable(false)]
[Createable(false)]
public bool? IsCreatable { get; set; }
Property Value
- bool?
IsDeletable
Is Deletable
Name: IsDeletable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeletable")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeletable { get; set; }
Property Value
- bool?
IsEditable
Is Editable
Name: IsEditable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isEditable")]
[Updateable(false)]
[Createable(false)]
public bool? IsEditable { get; set; }
Property Value
- bool?
IsFlsUpdatable
Is Field-level Security Updatable?
Name: IsFlsUpdatable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFlsUpdatable")]
[Updateable(false)]
[Createable(false)]
public bool? IsFlsUpdatable { get; set; }
Property Value
- bool?
IsMergeable
Is Mergeable
Name: IsMergeable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isMergeable")]
[Updateable(false)]
[Createable(false)]
public bool? IsMergeable { get; set; }
Property Value
- bool?
IsReadable
Is Readable
Name: IsReadable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isReadable")]
[Updateable(false)]
[Createable(false)]
public bool? IsReadable { get; set; }
Property Value
- bool?
IsUndeletable
Is Undeletable
Name: IsUndeletable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isUndeletable")]
[Updateable(false)]
[Createable(false)]
public bool? IsUndeletable { get; set; }
Property Value
- bool?
IsUpdatable
Is Updatable
Name: IsUpdatable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isUpdatable")]
[Updateable(false)]
[Createable(false)]
public bool? IsUpdatable { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
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; }