OAuthKeys
Create, update, delete, and query the OAuthKeys module in SugarCRM.
Columns
Name | Type | ReadOnly | Description |
My_Favorite | Bool | False |
Whether the keys are a favorite for the user. |
Following | Bool | False |
Whether the user is following this record. |
Id [KEY] | String | False |
Unique identifier of the record. |
Name | String | False |
Name of the note. |
Date_Entered | Datetime | True |
Date the record was created. |
Date_Modified | Datetime | True |
The date the record was last modified. |
Modified_User_Id | String | True |
User who last modified the record. |
Modified_By_Name | String | True |
The user name of the user who last modified the record. |
Created_By | String | True |
The Id of the user who created the record. |
Created_By_Name | String | True |
The user name of the user who created the record. |
Doc_Owner | String | False |
The document owner. |
User_Favorites | String | False |
The user favorites for the record. |
Description | String | False |
Full text of the note. |
Deleted | Bool | False |
The record deletion indicator. |
Assigned_User_Id | String | False |
The Id of the user assigned to the record. |
Assigned_User_Name | String | False |
The user name of the user assigned to the record. |
C_Key | String | False |
Consumer public key. |
C_Secret | String | False |
Consumer secret key. |
Oauth_Type | String | False |
The type of OAuth: oauth1 or oauth2. |
Client_Type | String | False |
The type of client: mobile, portal, UI, or other. |