Table of Contents

Class SfPermissionSetEventStore

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Permission Set Event Store

SObject Name: PermissionSetEventStore

Custom Object: False

public class SfPermissionSetEventStore : SObject
Inheritance
SfPermissionSetEventStore
Inherited Members

Properties

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?

EvaluationTime

Evaluation Time

Name: EvaluationTime

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "evaluationTime")]
[Updateable(false)]
[Createable(false)]
public double? EvaluationTime { get; set; }

Property Value

double?

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

EventSource

Event Source

Name: EventSource

SF Type: picklist

Nillable: True

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

Property Value

string

HasExternalUsers

Has External Users

Name: HasExternalUsers

SF Type: boolean

Nillable: False

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

Property Value

bool?

Id

Permission Set 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

ImpactedUserIds

Impacted User Ids

Name: ImpactedUserIds

SF Type: json

Nillable: True

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

Property Value

string

LoginHistory

ReferenceTo: LoginHistory

RelationshipName: LoginHistory

[JsonProperty(PropertyName = "loginHistory")]
[Updateable(false)]
[Createable(false)]
public SfLoginHistory LoginHistory { get; set; }

Property Value

SfLoginHistory

LoginHistoryId

Login History ID

Name: LoginHistoryId

SF Type: reference

Nillable: True

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

Property Value

string

LoginKey

Login Key

Name: LoginKey

SF Type: string

Nillable: True

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

Property Value

string

Operation

Operation

Name: Operation

SF Type: picklist

Nillable: True

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

Property Value

string

ParentIdList

Parent Id List

Name: ParentIdList

SF Type: json

Nillable: True

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

Property Value

string

ParentNameList

Parent Name List

Name: ParentNameList

SF Type: json

Nillable: True

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

Property Value

string

PermissionExpiration

Permission Expiration

Name: PermissionExpiration

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

PermissionExpirationList

Permission Expiration List

Name: PermissionExpirationList

SF Type: json

Nillable: True

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

Property Value

string

PermissionList

Permission List

Name: PermissionList

SF Type: json

Nillable: True

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

Property Value

string

PermissionType

Permission Type

Name: PermissionType

SF Type: string

Nillable: True

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

Property Value

string

Policy

ReferenceTo: TransactionSecurityPolicy

RelationshipName: Policy

[JsonProperty(PropertyName = "policy")]
[Updateable(false)]
[Createable(false)]
public SfTransactionSecurityPolicy Policy { get; set; }

Property Value

SfTransactionSecurityPolicy

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

string

PolicyOutcome

Policy Outcome

Name: PolicyOutcome

SF Type: picklist

Nillable: True

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

Property Value

string

RelatedEventIdentifier

Related Event Identifier

Name: RelatedEventIdentifier

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SessionKey

Session Key

Name: SessionKey

SF Type: string

Nillable: True

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

Property Value

string

SessionLevel

Session Level

Name: SessionLevel

SF Type: picklist

Nillable: True

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

Property Value

string

SourceIp

Source IP

Name: SourceIp

SF Type: string

Nillable: True

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

UserCount

User Count

Name: UserCount

SF Type: string

Nillable: True

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

Property Value

string

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

Username

Username

Name: Username

SF Type: string

Nillable: True

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

Property Value

string