Class SfExternalEncryptionRootKey
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
External Encryption Root Key
SObject Name: ExternalEncryptionRootKey
Custom Object: False
public class SfExternalEncryptionRootKey : SObject
- Inheritance
-
SfExternalEncryptionRootKey
- Inherited Members
Properties
ActivatedDate
Activated Date
Name: ActivatedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "activatedDate")]
[Updateable(true)]
[Createable(false)]
public DateTimeOffset? ActivatedDate { get; set; }
Property Value
CreatedBy
Created By
Name: CreatedBy
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "createdBy")]
[Updateable(true)]
[Createable(false)]
public string CreatedBy { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "createdDate")]
[Updateable(true)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Description
Description
Name: Description
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(true)]
[Createable(false)]
public string Description { get; set; }
Property Value
Id
External Root Key Id
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
LastModifiedBy
Last Modified By
Name: LastModifiedBy
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(true)]
[Createable(false)]
public string LastModifiedBy { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(true)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
Region
Region
Name: Region
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "region")]
[Updateable(true)]
[Createable(false)]
public string Region { get; set; }
Property Value
RootKeyIdentifier
Root Key Identifier
Name: RootKeyIdentifier
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "rootKeyIdentifier")]
[Updateable(true)]
[Createable(false)]
public string RootKeyIdentifier { get; set; }
Property Value
RootKeyService
Root Key Service
Name: RootKeyService
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "rootKeyService")]
[Updateable(true)]
[Createable(false)]
public string RootKeyService { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Status
Status
Name: Status
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "status")]
[Updateable(true)]
[Createable(false)]
public string Status { get; set; }