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
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
AuthSession
ReferenceTo: AuthSession
RelationshipName: AuthSession
[JsonProperty(PropertyName = "authSession")]
[Updateable(false)]
[Createable(false)]
public SfAuthSession AuthSession { 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
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { 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
EventDate
Event Date
Name: EventDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "eventDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EventDate { get; set; }
Property Value
EventIdentifier
Event Identifier
Name: EventIdentifier
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "eventIdentifier")]
[Updateable(false)]
[Createable(false)]
public string EventIdentifier { get; set; }
Property Value
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
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
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
User
ReferenceTo: User
RelationshipName: User
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { 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; }