Table of Contents

Class SfIdpEventLog

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Identity Provider Event Log

SObject Name: IdpEventLog

Custom Object: False

public class SfIdpEventLog : SObject
Inheritance
SfIdpEventLog
Inherited Members

Properties

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

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

ErrorCode

Status

Name: ErrorCode

SF Type: picklist

Nillable: False

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

Property Value

string

Id

Event Log Entry 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

OptionsHasLogoutUrl

Has Logout URL

Name: OptionsHasLogoutUrl

SF Type: boolean

Nillable: False

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

Property Value

bool?

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

Timestamp

Timestamp

Name: Timestamp

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

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