Table of Contents

Class SfExtlClntAppOauthSettings

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

External Client Application OAuth Settings

SObject Name: ExtlClntAppOauthSettings

Custom Object: False

public class SfExtlClntAppOauthSettings : SObject
Inheritance
SfExtlClntAppOauthSettings
Inherited Members

Properties

ClientAssertionCertificate

Client Assertion Certificate

Name: ClientAssertionCertificate

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "clientAssertionCertificate")]
[Updateable(false)]
[Createable(false)]
public string ClientAssertionCertificate { get; set; }

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

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

Property Value

SfUser

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

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

DeveloperName

Name

Name: DeveloperName

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "developerName")]
[Updateable(false)]
[Createable(false)]
public string DeveloperName { get; set; }

Property Value

string

ExternalClientApplication

ReferenceTo: ExternalClientApplication

RelationshipName: ExternalClientApplication

[JsonProperty(PropertyName = "externalClientApplication")]
[Updateable(false)]
[Createable(false)]
public SfExternalClientApplication ExternalClientApplication { get; set; }

Property Value

SfExternalClientApplication

ExternalClientApplicationId

External App ID

Name: ExternalClientApplicationId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "externalClientApplicationId")]
[Updateable(false)]
[Createable(false)]
public string ExternalClientApplicationId { get; set; }

Property Value

string

ExtlClntAppOauthOptionsFirstPartyAppEnabled

FirstPartyAppEnabled

Name: ExtlClntAppOauthOptionsFirstPartyAppEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "extlClntAppOauthOptionsFirstPartyAppEnabled")]
[Updateable(false)]
[Createable(false)]
public bool? ExtlClntAppOauthOptionsFirstPartyAppEnabled { get; set; }

Property Value

bool?

Id

External Client Application OAuth Settings ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

Language

Master Language

Name: Language

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "language")]
[Updateable(false)]
[Createable(false)]
public string Language { get; set; }

Property Value

string

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }

Property Value

SfUser

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

string

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

DateTimeOffset?

MasterLabel

Label

Name: MasterLabel

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "masterLabel")]
[Updateable(false)]
[Createable(false)]
public string MasterLabel { get; set; }

Property Value

string

NamespacePrefix

Namespace Prefix

Name: NamespacePrefix

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }

Property Value

string

OAuth Link

Name: OauthLink

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "oauthLink")]
[Updateable(false)]
[Createable(false)]
public string OauthLink { get; set; }

Property Value

string

OauthScopesADDRESS

ADDRESS

Name: OauthScopesADDRESS

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesADDRESS")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesADDRESS { get; set; }

Property Value

bool?

OauthScopesAPI

API

Name: OauthScopesAPI

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesAPI")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesAPI { get; set; }

Property Value

bool?

OauthScopesCDP_API

CDP_API

Name: OauthScopesCDP_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCDP_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCDP_API { get; set; }

Property Value

bool?

OauthScopesCDP_CALCULATED_INSIGHT_API

CDP_CALCULATED_INSIGHT_API

Name: OauthScopesCDP_CALCULATED_INSIGHT_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCDP_CALCULATED_INSIGHT_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCDP_CALCULATED_INSIGHT_API { get; set; }

Property Value

bool?

OauthScopesCDP_IDENTITYRESOLUTION_API

CDP_IDENTITYRESOLUTION_API

Name: OauthScopesCDP_IDENTITYRESOLUTION_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCDP_IDENTITYRESOLUTION_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCDP_IDENTITYRESOLUTION_API { get; set; }

Property Value

bool?

OauthScopesCDP_INGEST_API

CDP_INGEST_API

Name: OauthScopesCDP_INGEST_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCDP_INGEST_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCDP_INGEST_API { get; set; }

Property Value

bool?

OauthScopesCDP_PROFILE_API

CDP_PROFILE_API

Name: OauthScopesCDP_PROFILE_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCDP_PROFILE_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCDP_PROFILE_API { get; set; }

Property Value

bool?

OauthScopesCDP_QUERY_API

CDP_QUERY_API

Name: OauthScopesCDP_QUERY_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCDP_QUERY_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCDP_QUERY_API { get; set; }

Property Value

bool?

OauthScopesCDP_SEGMENT_API

CDP_SEGMENT_API

Name: OauthScopesCDP_SEGMENT_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCDP_SEGMENT_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCDP_SEGMENT_API { get; set; }

Property Value

bool?

OauthScopesCHATBOT_API

CHATBOT_API

Name: OauthScopesCHATBOT_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCHATBOT_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCHATBOT_API { get; set; }

Property Value

bool?

OauthScopesCHATTER_REST_API

CHATTER_REST_API

Name: OauthScopesCHATTER_REST_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCHATTER_REST_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCHATTER_REST_API { get; set; }

Property Value

bool?

OauthScopesCONTENT

CONTENT

Name: OauthScopesCONTENT

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCONTENT")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCONTENT { get; set; }

Property Value

bool?

OauthScopesCUSTOM_PERMISSIONS

CUSTOM_PERMISSIONS

Name: OauthScopesCUSTOM_PERMISSIONS

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesCUSTOM_PERMISSIONS")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesCUSTOM_PERMISSIONS { get; set; }

Property Value

bool?

OauthScopesECLAIR_REST_API

ECLAIR_REST_API

Name: OauthScopesECLAIR_REST_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesECLAIR_REST_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesECLAIR_REST_API { get; set; }

Property Value

bool?

OauthScopesEINSTEIN_GPT_API

EINSTEIN_GPT_API

Name: OauthScopesEINSTEIN_GPT_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesEINSTEIN_GPT_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesEINSTEIN_GPT_API { get; set; }

Property Value

bool?

OauthScopesEMAIL

EMAIL

Name: OauthScopesEMAIL

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesEMAIL")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesEMAIL { get; set; }

Property Value

bool?

OauthScopesFORGOT_PASSWORD

FORGOT_PASSWORD

Name: OauthScopesFORGOT_PASSWORD

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesFORGOT_PASSWORD")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesFORGOT_PASSWORD { get; set; }

Property Value

bool?

OauthScopesFULL

FULL

Name: OauthScopesFULL

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesFULL")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesFULL { get; set; }

Property Value

bool?

OauthScopesHUB_API

HUB_API

Name: OauthScopesHUB_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesHUB_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesHUB_API { get; set; }

Property Value

bool?

OauthScopesINTERACTION_API

INTERACTION_API

Name: OauthScopesINTERACTION_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesINTERACTION_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesINTERACTION_API { get; set; }

Property Value

bool?

OauthScopesLIGHTNING

LIGHTNING

Name: OauthScopesLIGHTNING

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesLIGHTNING")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesLIGHTNING { get; set; }

Property Value

bool?

OauthScopesOFFLINE_ACCESS

OFFLINE_ACCESS

Name: OauthScopesOFFLINE_ACCESS

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesOFFLINE_ACCESS")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesOFFLINE_ACCESS { get; set; }

Property Value

bool?

OauthScopesOPENID

OPENID

Name: OauthScopesOPENID

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesOPENID")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesOPENID { get; set; }

Property Value

bool?

OauthScopesPARDOT_API

PARDOT_API

Name: OauthScopesPARDOT_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesPARDOT_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesPARDOT_API { get; set; }

Property Value

bool?

OauthScopesPHONE

PHONE

Name: OauthScopesPHONE

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesPHONE")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesPHONE { get; set; }

Property Value

bool?

OauthScopesPROFILE

PROFILE

Name: OauthScopesPROFILE

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesPROFILE")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesPROFILE { get; set; }

Property Value

bool?

OauthScopesPWDLESS_LOGIN_API

PWDLESS_LOGIN_API

Name: OauthScopesPWDLESS_LOGIN_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesPWDLESS_LOGIN_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesPWDLESS_LOGIN_API { get; set; }

Property Value

bool?

OauthScopesREFRESH_TOKEN

REFRESH_TOKEN

Name: OauthScopesREFRESH_TOKEN

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesREFRESH_TOKEN")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesREFRESH_TOKEN { get; set; }

Property Value

bool?

OauthScopesSFAP_API

SFAP_API

Name: OauthScopesSFAP_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesSFAP_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesSFAP_API { get; set; }

Property Value

bool?

OauthScopesSSO

SSO

Name: OauthScopesSSO

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesSSO")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesSSO { get; set; }

Property Value

bool?

OauthScopesUSER_REGISTRATION_API

USER_REGISTRATION_API

Name: OauthScopesUSER_REGISTRATION_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesUSER_REGISTRATION_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesUSER_REGISTRATION_API { get; set; }

Property Value

bool?

OauthScopesVF

VF

Name: OauthScopesVF

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesVF")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesVF { get; set; }

Property Value

bool?

OauthScopesWAVE_REST_API

WAVE_REST_API

Name: OauthScopesWAVE_REST_API

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesWAVE_REST_API")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesWAVE_REST_API { get; set; }

Property Value

bool?

OauthScopesWEB

WEB

Name: OauthScopesWEB

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "oauthScopesWEB")]
[Updateable(false)]
[Createable(false)]
public bool? OauthScopesWEB { get; set; }

Property Value

bool?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SingleLogoutUrl

Single Logout URL

Name: SingleLogoutUrl

SF Type: url

Nillable: True

[JsonProperty(PropertyName = "singleLogoutUrl")]
[Updateable(false)]
[Createable(false)]
public string SingleLogoutUrl { get; set; }

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?