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
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
ErrorCode
Status
Name: ErrorCode
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "errorCode")]
[Updateable(false)]
[Createable(false)]
public string ErrorCode { get; set; }
Property Value
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
IdentityUsed
Identity Used
Name: IdentityUsed
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "identityUsed")]
[Updateable(false)]
[Createable(false)]
public string IdentityUsed { get; set; }
Property Value
InitiatedBy
Usage Type
Name: InitiatedBy
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "initiatedBy")]
[Updateable(false)]
[Createable(false)]
public string InitiatedBy { get; set; }
Property Value
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
SamlEntityUrl
Entity ID
Name: SamlEntityUrl
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "samlEntityUrl")]
[Updateable(false)]
[Createable(false)]
public string SamlEntityUrl { get; set; }
Property Value
SsoType
SSO Type
Name: SsoType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "ssoType")]
[Updateable(false)]
[Createable(false)]
public string SsoType { get; set; }
Property Value
Timestamp
Timestamp
Name: Timestamp
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "timestamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? Timestamp { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }