Table of Contents

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

DateTimeOffset?

CreatedBy

Created By

Name: CreatedBy

SF Type: string

Nillable: True

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

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "createdDate")]
[Updateable(true)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

Description

Description

Name: Description

SF Type: string

Nillable: True

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

Property Value

string

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

string

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

string

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

DateTimeOffset?

Region

Region

Name: Region

SF Type: string

Nillable: True

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

Property Value

string

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

string

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

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Status

Status

Name: Status

SF Type: string

Nillable: True

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

Property Value

string