Table of Contents

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

string

OrgWideEmailAddress

ReferenceTo: OrgWideEmailAddress

RelationshipName: OrgWideEmailAddress

[JsonProperty(PropertyName = "orgWideEmailAddress")]
[Updateable(false)]
[Createable(false)]
public SfOrgWideEmailAddress OrgWideEmailAddress { get; set; }

Property Value

SfOrgWideEmailAddress

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

string

Parent

ReferenceTo: Profile

RelationshipName: Parent

[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfProfile Parent { get; set; }

Property Value

SfProfile

ParentId

Profile ID

Name: ParentId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "parentId")]
[Updateable(false)]
[Createable(true)]
public string ParentId { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?