Table of Contents

Class SfIdentityProviderEventStore

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Identity Provider Event Store

SObject Name: IdentityProviderEventStore

Custom Object: False

public class SfIdentityProviderEventStore : SObject
Inheritance
SfIdentityProviderEventStore
Inherited Members

Properties

App

ReferenceTo: ConnectedApplication

RelationshipName: App

[JsonProperty(PropertyName = "app")]
[Updateable(false)]
[Createable(false)]
public SfConnectedApplication App { get; set; }

Property Value

SfConnectedApplication

AppId

Connected App ID

Name: AppId

SF Type: reference

Nillable: True

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

Property Value

string

AuthSession

ReferenceTo: AuthSession

RelationshipName: AuthSession

[JsonProperty(PropertyName = "authSession")]
[Updateable(false)]
[Createable(false)]
public SfAuthSession AuthSession { get; set; }

Property Value

SfAuthSession

AuthSessionId

Auth Session ID

Name: AuthSessionId

SF Type: reference

Nillable: True

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

ErrorCode

Status

Name: ErrorCode

SF Type: picklist

Nillable: False

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

Property Value

string

EventDate

Event Date

Name: EventDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

EventIdentifier

Event Identifier

Name: EventIdentifier

SF Type: string

Nillable: False

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

Property Value

string

HasLogoutUrl

Has Logout URL

Name: HasLogoutUrl

SF Type: boolean

Nillable: False

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

Property Value

bool?

Id

Identity Provider Event Store ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IdentityUsed

Identity Used

Name: IdentityUsed

SF Type: string

Nillable: True

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

Property Value

string

InitiatedBy

Usage Type

Name: InitiatedBy

SF Type: picklist

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SamlEntityUrl

Entity ID

Name: SamlEntityUrl

SF Type: string

Nillable: False

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

Property Value

string

SsoType

SSO Type

Name: SsoType

SF Type: picklist

Nillable: True

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

Property Value

string

User

ReferenceTo: User

RelationshipName: User

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

Property Value

SfUser

UserId

User ID

Name: UserId

SF Type: reference

Nillable: True

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

Property Value

string