Class SfEmailDomainKey
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Email Domain Key
SObject Name: EmailDomainKey
Custom Object: False
public class SfEmailDomainKey : SObject
- Inheritance
-
SfEmailDomainKey
- Inherited Members
Properties
AlternatePublicKey
Alternate Public Key
Name: AlternatePublicKey
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "alternatePublicKey")]
[Updateable(false)]
[Createable(false)]
public string AlternatePublicKey { get; set; }
Property Value
AlternateSelector
Alternate Selector
Name: AlternateSelector
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "alternateSelector")]
public string AlternateSelector { get; set; }
Property Value
AlternateTxtRecordName
Alternate TXT Record Name
Name: AlternateTxtRecordName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "alternateTxtRecordName")]
[Updateable(false)]
[Createable(false)]
public string AlternateTxtRecordName { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Domain
Domain
Name: Domain
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "domain")]
public string Domain { get; set; }
Property Value
DomainMatch
Domain Match
Name: DomainMatch
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "domainMatch")]
public string DomainMatch { get; set; }
Property Value
DomainMatchPattern
Domain Match Pattern
Name: DomainMatchPattern
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "domainMatchPattern")]
public string DomainMatchPattern { get; set; }
Property Value
Id
Email Domain Key ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsActive
Active
Name: IsActive
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isActive")]
public bool? IsActive { get; set; }
Property Value
- bool?
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
KeySize
Key Size
Name: KeySize
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "keySize")]
[Updateable(false)]
[Createable(true)]
public int? KeySize { get; set; }
Property Value
- int?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
PlatformType
Platform Type
Name: PlatformType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "platformType")]
[Updateable(false)]
[Createable(true)]
public string PlatformType { get; set; }
Property Value
PublicKey
Public Key
Name: PublicKey
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "publicKey")]
public string PublicKey { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Selector
Selector
Name: Selector
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "selector")]
public string Selector { get; set; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }
Property Value
StatusMessage
Status Message
Name: StatusMessage
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "statusMessage")]
[Updateable(false)]
[Createable(false)]
public string StatusMessage { 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; }
Property Value
ThirdSelector
Third Selector
Name: ThirdSelector
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "thirdSelector")]
public string ThirdSelector { get; set; }
Property Value
ThirdTxtRecordName
Third TXT Record Name
Name: ThirdTxtRecordName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "thirdTxtRecordName")]
[Updateable(false)]
[Createable(false)]
public string ThirdTxtRecordName { get; set; }
Property Value
TxtRecordName
TXT Record Name
Name: TxtRecordName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "txtRecordName")]
[Updateable(false)]
[Createable(false)]
public string TxtRecordName { get; set; }
Property Value
TxtRecordsPublishState
TXT Record Status
Name: TxtRecordsPublishState
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "txtRecordsPublishState")]
[Updateable(false)]
[Createable(false)]
public string TxtRecordsPublishState { get; set; }