Class SfOauthToken
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Oauth Token
SObject Name: OauthToken
Custom Object: False
public class SfOauthToken : SObject
- Inheritance
-
SfOauthToken
- Inherited Members
Properties
AccessToken
Access Token
Name: AccessToken
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "accessToken")]
[Updateable(false)]
[Createable(false)]
public string AccessToken { get; set; }
Property Value
AppMenuItem
ReferenceTo: AppMenuItem
RelationshipName: AppMenuItem
[JsonProperty(PropertyName = "appMenuItem")]
[Updateable(false)]
[Createable(false)]
public SfAppMenuItem AppMenuItem { get; set; }
Property Value
AppMenuItemId
AppMenuItem ID
Name: AppMenuItemId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "appMenuItemId")]
[Updateable(false)]
[Createable(false)]
public string AppMenuItemId { get; set; }
Property Value
AppName
Application Name
Name: AppName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "appName")]
[Updateable(false)]
[Createable(false)]
public string AppName { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
DeleteToken
Delete Token
Name: DeleteToken
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "deleteToken")]
[Updateable(false)]
[Createable(false)]
public string DeleteToken { get; set; }
Property Value
Id
Oauth Token ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
LastUsedDate
Last Used Date
Name: LastUsedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastUsedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastUsedDate { get; set; }
Property Value
RequestToken
Request Token
Name: RequestToken
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "requestToken")]
[Updateable(false)]
[Createable(false)]
public string RequestToken { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
UseCount
Use Count
Name: UseCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "useCount")]
[Updateable(false)]
[Createable(false)]
public int? UseCount { get; set; }
Property Value
- int?
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; }