Table of Contents

Class SfExtlClntAppOauthPlcyCnfg

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

External Client App OAuth Policy Config

SObject Name: ExtlClntAppOauthPlcyCnfg

Custom Object: False

public class SfExtlClntAppOauthPlcyCnfg : SObject
Inheritance
SfExtlClntAppOauthPlcyCnfg
Inherited Members

Properties

ApexHandler

ReferenceTo: ApexClass

RelationshipName: ApexHandler

[JsonProperty(PropertyName = "apexHandler")]
[Updateable(false)]
[Createable(false)]
public SfApexClass ApexHandler { get; set; }

Property Value

SfApexClass

ApexHandlerId

Class ID

Name: ApexHandlerId

SF Type: reference

Nillable: True

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

Property Value

string

ClientCredentialsFlowUser

OAuth Client Credentials Flow User

Name: ClientCredentialsFlowUser

SF Type: email

Nillable: True

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

ExecuteHandlerAs

ReferenceTo: User

RelationshipName: ExecuteHandlerAs

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

Property Value

SfUser

ExecuteHandlerAsId

User ID

Name: ExecuteHandlerAsId

SF Type: reference

Nillable: True

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

ExtlClntAppOauthSettings

ReferenceTo: ExtlClntAppOauthSettings

RelationshipName: ExtlClntAppOauthSettings

[JsonProperty(PropertyName = "extlClntAppOauthSettings")]
[Updateable(false)]
[Createable(false)]
public SfExtlClntAppOauthSettings ExtlClntAppOauthSettings { get; set; }

Property Value

SfExtlClntAppOauthSettings

ExtlClntAppOauthSettingsId

External Client Application OAuth Settings ID

Name: ExtlClntAppOauthSettingsId

SF Type: reference

Nillable: False

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

Property Value

string

GuestJwtTimeout

Guest JWT Timeout

Name: GuestJwtTimeout

SF Type: picklist

Nillable: True

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

Property Value

string

Id

External Client App OAuth Policy Config ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IpRelaxationPolicyType

IP Relaxation Policy Type

Name: IpRelaxationPolicyType

SF Type: picklist

Nillable: False

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

Property Value

string

IsClientCredentialsFlowEnabled

Is Client Credentials Flow Enabled

Name: IsClientCredentialsFlowEnabled

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsGuestCodeCredFlowEnabled

Is Code and Credential Flow Enabled for Guest

Name: IsGuestCodeCredFlowEnabled

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsNamedUserJwtEnabled

Is Named User JWTs Enabled

Name: IsNamedUserJwtEnabled

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsTokenExchangeFlowEnabled

Is Token Exchange Flow Enabled

Name: IsTokenExchangeFlowEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isTokenExchangeFlowEnabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsTokenExchangeFlowEnabled { 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

NamedUserJwtTimeout

Named User JWT Timeout

Name: NamedUserJwtTimeout

SF Type: picklist

Nillable: True

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

Property Value

string

PermittedUsersPolicyType

Permitted Users Policy Type

Name: PermittedUsersPolicyType

SF Type: picklist

Nillable: False

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

Property Value

string

PolicyAction

Policy Action

Name: PolicyAction

SF Type: picklist

Nillable: True

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

Property Value

string

RefreshTokenPolicyType

Refresh Token Policy Type

Name: RefreshTokenPolicyType

SF Type: picklist

Nillable: False

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

Property Value

string

RefreshTokenValidityPeriod

Refresh Token Validity Period

Name: RefreshTokenValidityPeriod

SF Type: int

Nillable: True

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

Property Value

int?

RefreshTokenValidityUnit

Refresh Token Validity Unit

Name: RefreshTokenValidityUnit

SF Type: picklist

Nillable: True

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

Property Value

string

RequiredSessionLevel

Required Session Level

Name: RequiredSessionLevel

SF Type: picklist

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SessionTimeoutInMinutes

Session Timeout Value

Name: SessionTimeoutInMinutes

SF Type: int

Nillable: True

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

Property Value

int?

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

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?