Class SfOrgEmailAddressSecurity
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Organization Email Address Security
SObject Name: OrgEmailAddressSecurity
Custom Object: False
public class SfOrgEmailAddressSecurity : SObject
- Inheritance
-
SfOrgEmailAddressSecurity
- Inherited Members
Properties
Id
Organization Email Address Security ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
OrgWideEmailAddress
ReferenceTo: OrgWideEmailAddress
RelationshipName: OrgWideEmailAddress
[JsonProperty(PropertyName = "orgWideEmailAddress")]
[Updateable(false)]
[Createable(false)]
public SfOrgWideEmailAddress OrgWideEmailAddress { get; set; }
Property Value
OrgWideEmailAddressId
Organization-wide From Email Address ID
Name: OrgWideEmailAddressId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "orgWideEmailAddressId")]
[Updateable(false)]
[Createable(true)]
public string OrgWideEmailAddressId { get; set; }
Property Value
Parent
ReferenceTo: Profile
RelationshipName: Parent
[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfProfile Parent { get; set; }
Property Value
ParentId
Profile 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; }