Class SfUserProvisioningRequest
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
User Provisioning Request
SObject Name: UserProvisioningRequest
Custom Object: False
public class SfUserProvisioningRequest : SObject
- Inheritance
-
SfUserProvisioningRequest
- Inherited Members
Properties
AppName
App Name
Name: AppName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "appName")]
public string AppName { get; set; }
Property Value
ApprovalStatus
Approval Status
Name: ApprovalStatus
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "approvalStatus")]
public string ApprovalStatus { get; set; }
Property Value
ConnectedApp
ReferenceTo: ConnectedApplication
RelationshipName: ConnectedApp
[JsonProperty(PropertyName = "connectedApp")]
[Updateable(false)]
[Createable(false)]
public SfConnectedApplication ConnectedApp { get; set; }
Property Value
ConnectedAppId
Connected App ID
Name: ConnectedAppId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "connectedAppId")]
public string ConnectedAppId { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { 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
ExternalUserId
External User Id
Name: ExternalUserId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "externalUserId")]
public string ExternalUserId { get; set; }
Property Value
Id
UserProvisioningRequest ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { 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
Manager
ReferenceTo: User
RelationshipName: Manager
[JsonProperty(PropertyName = "manager")]
[Updateable(false)]
[Createable(false)]
public SfUser Manager { get; set; }
Property Value
ManagerId
User ID
Name: ManagerId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "managerId")]
public string ManagerId { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
Operation
Operation
Name: Operation
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "operation")]
public string Operation { get; set; }
Property Value
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }
Property Value
Parent
ReferenceTo: UserProvisioningRequest
RelationshipName: Parent
[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfUserProvisioningRequest Parent { get; set; }
Property Value
ParentId
UserProvisioningRequest ID
Name: ParentId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "parentId")]
public string ParentId { get; set; }
Property Value
RetryCount
Retry Count
Name: RetryCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "retryCount")]
public int? RetryCount { get; set; }
Property Value
- int?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SalesforceUser
ReferenceTo: User
RelationshipName: SalesforceUser
[JsonProperty(PropertyName = "salesforceUser")]
[Updateable(false)]
[Createable(false)]
public SfUser SalesforceUser { get; set; }
Property Value
SalesforceUserId
User ID
Name: SalesforceUserId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "salesforceUserId")]
public string SalesforceUserId { get; set; }
Property Value
ScheduleDate
Scheduled Provisioning Time
Name: ScheduleDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "scheduleDate")]
public DateTimeOffset? ScheduleDate { get; set; }
Property Value
State
State
Name: State
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "state")]
public string State { 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
UserProvAccount
ReferenceTo: UserProvAccount
RelationshipName: UserProvAccount
[JsonProperty(PropertyName = "userProvAccount")]
[Updateable(false)]
[Createable(false)]
public SfUserProvAccount UserProvAccount { get; set; }
Property Value
UserProvAccountId
User Provisioning Account ID
Name: UserProvAccountId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "userProvAccountId")]
public string UserProvAccountId { get; set; }
Property Value
UserProvConfig
ReferenceTo: UserProvisioningConfig
RelationshipName: UserProvConfig
[JsonProperty(PropertyName = "userProvConfig")]
[Updateable(false)]
[Createable(false)]
public SfUserProvisioningConfig UserProvConfig { get; set; }
Property Value
UserProvConfigId
UserProvisioningConfig ID
Name: UserProvConfigId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "userProvConfigId")]
public string UserProvConfigId { get; set; }