Class SfPrivacyJobSession
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Privacy Job Session
SObject Name: PrivacyJobSession
Custom Object: False
public class SfPrivacyJobSession : SObject
- Inheritance
-
SfPrivacyJobSession
- Inherited Members
Properties
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
CreationDate
Creation Date
Name: CreationDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "creationDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreationDate { get; set; }
Property Value
CurrentObject
Current Object
Name: CurrentObject
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "currentObject")]
[Updateable(false)]
[Createable(false)]
public string CurrentObject { get; set; }
Property Value
EndTime
End Time
Name: EndTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "endTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EndTime { get; set; }
Property Value
FailureLog
Failure Log
Name: FailureLog
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "failureLog")]
[Updateable(false)]
[Createable(false)]
public string FailureLog { get; set; }
Property Value
Id
Privacy Job Session ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
IsPreview
Preview
Name: IsPreview
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isPreview")]
[Updateable(false)]
[Createable(false)]
public bool? IsPreview { get; set; }
Property Value
- bool?
JobManagementType
Job Management Type
Name: JobManagementType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "jobManagementType")]
[Updateable(false)]
[Createable(false)]
public string JobManagementType { get; set; }
Property Value
JobPolicyName
Job Policy Name
Name: JobPolicyName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "jobPolicyName")]
[Updateable(false)]
[Createable(false)]
public string JobPolicyName { get; set; }
Property Value
JobStartType
Job Start Type
Name: JobStartType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "jobStartType")]
[Updateable(false)]
[Createable(false)]
public string JobStartType { get; set; }
Property Value
JobStatus
Job Status
Name: JobStatus
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "jobStatus")]
[Updateable(false)]
[Createable(false)]
public string JobStatus { get; set; }
Property Value
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
Name
Name
Name: Name
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
OptionsAcknowledged
Acknowledged
Name: OptionsAcknowledged
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "optionsAcknowledged")]
[Updateable(false)]
[Createable(false)]
public bool? OptionsAcknowledged { get; set; }
Property Value
- bool?
OptionsErrorBypassOccurred
ErrorBypassOccurred
Name: OptionsErrorBypassOccurred
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "optionsErrorBypassOccurred")]
[Updateable(false)]
[Createable(false)]
public bool? OptionsErrorBypassOccurred { get; set; }
Property Value
- bool?
OptionsPreview
Preview
Name: OptionsPreview
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "optionsPreview")]
[Updateable(false)]
[Createable(false)]
public bool? OptionsPreview { get; set; }
Property Value
- bool?
OptionsProcessingFailed
ProcessingFailed
Name: OptionsProcessingFailed
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "optionsProcessingFailed")]
[Updateable(false)]
[Createable(false)]
public bool? OptionsProcessingFailed { get; set; }
Property Value
- bool?
OptionsTraversalComplete
TraversalComplete
Name: OptionsTraversalComplete
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "optionsTraversalComplete")]
[Updateable(false)]
[Createable(false)]
public bool? OptionsTraversalComplete { get; set; }
Property Value
- bool?
OptionsTraversalFailed
TraversalFailed
Name: OptionsTraversalFailed
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "optionsTraversalFailed")]
[Updateable(false)]
[Createable(false)]
public bool? OptionsTraversalFailed { get; set; }
Property Value
- bool?
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
[Updateable(false)]
[Createable(false)]
public string OwnerId { get; set; }
Property Value
PermissionSet
Permission Set
Name: PermissionSet
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "permissionSet")]
[Updateable(false)]
[Createable(false)]
public string PermissionSet { get; set; }
Property Value
PolicyDescription
Policy Description
Name: PolicyDescription
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "policyDescription")]
[Updateable(false)]
[Createable(false)]
public string PolicyDescription { get; set; }
Property Value
PolicyName
Policy Name
Name: PolicyName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "policyName")]
[Updateable(false)]
[Createable(false)]
public string PolicyName { get; set; }
Property Value
PolicyType
Policy Type
Name: PolicyType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "policyType")]
[Updateable(false)]
[Createable(false)]
public string PolicyType { get; set; }
Property Value
PrivacyPolicyDefinition
ReferenceTo: PrivacyPolicyDefinition
RelationshipName: PrivacyPolicyDefinition
[JsonProperty(PropertyName = "privacyPolicyDefinition")]
[Updateable(false)]
[Createable(false)]
public SfPrivacyPolicyDefinition PrivacyPolicyDefinition { get; set; }
Property Value
PrivacyPolicyDefinitionId
Privacy Policy Definition ID
Name: PrivacyPolicyDefinitionId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "privacyPolicyDefinitionId")]
[Updateable(false)]
[Createable(false)]
public string PrivacyPolicyDefinitionId { get; set; }
Property Value
PrivacyRtbfRequest
ReferenceTo: PrivacyRTBFRequest
RelationshipName: PrivacyRtbfRequest
[JsonProperty(PropertyName = "privacyRtbfRequest")]
[Updateable(false)]
[Createable(false)]
public SfPrivacyRTBFRequest PrivacyRtbfRequest { get; set; }
Property Value
PrivacyRtbfRequestId
Privacy RTBF Request ID
Name: PrivacyRtbfRequestId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "privacyRtbfRequestId")]
[Updateable(false)]
[Createable(false)]
public string PrivacyRtbfRequestId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
ScheduledTime
Scheduled Time
Name: ScheduledTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "scheduledTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ScheduledTime { get; set; }
Property Value
SerializedPolicy
Serialized Policy
Name: SerializedPolicy
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "serializedPolicy")]
[Updateable(false)]
[Createable(false)]
public string SerializedPolicy { get; set; }
Property Value
StartTime
Start Time
Name: StartTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "startTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? StartTime { 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; }