Table of Contents

Class SfConnectedApplication

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Connected App

SObject Name: ConnectedApplication

Custom Object: False

public class SfConnectedApplication : SObject
Inheritance
SfConnectedApplication
Inherited Members

Properties

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?

Id

Connected App ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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?

MobileSessionTimeout

Lock App After

Name: MobileSessionTimeout

SF Type: picklist

Nillable: True

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

Property Value

string

MobileStartUrl

Mobile Start URL

Name: MobileStartUrl

SF Type: url

Nillable: True

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

Property Value

string

Name

Connected App Name

Name: Name

SF Type: string

Nillable: False

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

Property Value

string

NamedUserUvidTimeout

Named User Uvid Timeout

Name: NamedUserUvidTimeout

SF Type: picklist

Nillable: True

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

Property Value

string

OptionsAllowAdminApprovedUsersOnly

AllowAdminApprovedUsersOnly

Name: OptionsAllowAdminApprovedUsersOnly

SF Type: boolean

Nillable: False

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

Property Value

bool?

OptionsCodeCredentialGuestEnabled

CodeCredentialGuestEnabled

Name: OptionsCodeCredentialGuestEnabled

SF Type: boolean

Nillable: False

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

Property Value

bool?

OptionsFullContentPushNotifications

FullContentPushNotifications

Name: OptionsFullContentPushNotifications

SF Type: boolean

Nillable: False

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

Property Value

bool?

OptionsHasSessionLevelPolicy

HasSessionLevelPolicy

Name: OptionsHasSessionLevelPolicy

SF Type: boolean

Nillable: False

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

Property Value

bool?

OptionsIsInternal

isInternal

Name: OptionsIsInternal

SF Type: boolean

Nillable: False

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

Property Value

bool?

OptionsRefreshTokenValidityMetric

RefreshTokenValidityMetric

Name: OptionsRefreshTokenValidityMetric

SF Type: boolean

Nillable: False

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

Property Value

bool?

OptionsTokenExchangeManageBitEnabled

TokenExchangeManageBitEnabled

Name: OptionsTokenExchangeManageBitEnabled

SF Type: boolean

Nillable: False

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

Property Value

bool?

PinLength

PIN Length

Name: PinLength

SF Type: picklist

Nillable: True

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

Property Value

string

RefreshTokenValidityPeriod

Refresh Token Policy:

Name: RefreshTokenValidityPeriod

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "refreshTokenValidityPeriod")]
[Updateable(false)]
[Createable(false)]
public int? RefreshTokenValidityPeriod { get; set; }

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StartUrl

Start URL

Name: StartUrl

SF Type: url

Nillable: True

[JsonProperty(PropertyName = "startUrl")]
[Updateable(false)]
[Createable(false)]
public string StartUrl { 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?

UvidTimeout

Uvid Timeout

Name: UvidTimeout

SF Type: picklist

Nillable: True

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

Property Value

string