Class SfSetupEntityAccess
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Setup Entity Access
SObject Name: SetupEntityAccess
Custom Object: False
public class SfSetupEntityAccess : SObject
- Inheritance
-
SfSetupEntityAccess
- Inherited Members
Properties
Id
SetupEntityAccess ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Parent
ReferenceTo: PermissionSet
RelationshipName: Parent
[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfPermissionSet Parent { get; set; }
Property Value
ParentId
Parent ID
Name: ParentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "parentId")]
[Updateable(false)]
[Createable(true)]
public string ParentId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SetupEntityId
Setup Entity ID
Name: SetupEntityId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "setupEntityId")]
[Updateable(false)]
[Createable(true)]
public string SetupEntityId { get; set; }
Property Value
SetupEntityType
Setup Entity Type
Name: SetupEntityType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "setupEntityType")]
[Updateable(false)]
[Createable(false)]
public string SetupEntityType { 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; }