Class SfCredentialStuffingEventStore
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Credential Stuffing Event Store
SObject Name: CredentialStuffingEventStore
Custom Object: False
public class SfCredentialStuffingEventStore : SObject
- Inheritance
-
SfCredentialStuffingEventStore
- Inherited Members
Properties
AcceptLanguage
Accept-Language Header
Name: AcceptLanguage
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "acceptLanguage")]
[Updateable(false)]
[Createable(false)]
public string AcceptLanguage { 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
CredentialStuffingEventNumber
Event Name
Name: CredentialStuffingEventNumber
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "credentialStuffingEventNumber")]
[Updateable(false)]
[Createable(false)]
public string CredentialStuffingEventNumber { get; set; }
Property Value
EvaluationTime
Evaluation Time
Name: EvaluationTime
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "evaluationTime")]
[Updateable(false)]
[Createable(false)]
public double? EvaluationTime { 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 ID
Name: EventIdentifier
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "eventIdentifier")]
[Updateable(false)]
[Createable(false)]
public string EventIdentifier { get; set; }
Property Value
Id
Credential Stuffing Event Store ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
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
LastReferencedDate
Last Referenced Date
Name: LastReferencedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }
Property Value
LastViewedDate
Last Viewed Date
Name: LastViewedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }
Property Value
LoginKey
Login Key
Name: LoginKey
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "loginKey")]
[Updateable(false)]
[Createable(false)]
public string LoginKey { get; set; }
Property Value
LoginType
Login Type
Name: LoginType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "loginType")]
[Updateable(false)]
[Createable(false)]
public string LoginType { get; set; }
Property Value
LoginUrl
Login URL
Name: LoginUrl
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "loginUrl")]
[Updateable(false)]
[Createable(false)]
public string LoginUrl { get; set; }
Property Value
Policy
ReferenceTo: TransactionSecurityPolicy
RelationshipName: Policy
[JsonProperty(PropertyName = "policy")]
[Updateable(false)]
[Createable(false)]
public SfTransactionSecurityPolicy Policy { get; set; }
Property Value
PolicyId
Transaction Security Policy ID
Name: PolicyId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "policyId")]
[Updateable(false)]
[Createable(false)]
public string PolicyId { get; set; }
Property Value
PolicyOutcome
Policy Outcome
Name: PolicyOutcome
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "policyOutcome")]
[Updateable(false)]
[Createable(false)]
public string PolicyOutcome { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Score
Score
Name: Score
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "score")]
[Updateable(false)]
[Createable(false)]
public double? Score { get; set; }
Property Value
SessionKey
Session Key
Name: SessionKey
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sessionKey")]
[Updateable(false)]
[Createable(false)]
public string SessionKey { get; set; }
Property Value
SourceIp
Source IP Address
Name: SourceIp
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sourceIp")]
[Updateable(false)]
[Createable(false)]
public string SourceIp { get; set; }
Property Value
Summary
Summary
Name: Summary
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "summary")]
[Updateable(false)]
[Createable(false)]
public string Summary { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
User
ReferenceTo: User
RelationshipName: User
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }
Property Value
UserAgent
User Agent
Name: UserAgent
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "userAgent")]
[Updateable(false)]
[Createable(false)]
public string UserAgent { 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; }
Property Value
Username
Username
Name: Username
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "username")]
[Updateable(false)]
[Createable(false)]
public string Username { get; set; }