Class SfPermissionSetTabSetting
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Permission Set Tab Setting
SObject Name: PermissionSetTabSetting
Custom Object: False
public class SfPermissionSetTabSetting : SObject
- Inheritance
-
SfPermissionSetTabSetting
- Inherited Members
Properties
Id
Permission Set Tab Setting ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Name
Tab Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(true)]
public string Name { 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
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
Visibility
Visibility
Name: Visibility
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "visibility")]
public string Visibility { get; set; }