# FlatApi.LtiCredentials

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique identifier of this couple of credentials | [optional] 
**name** | **String** | Name of the couple of credentials | [optional] 
**lms** | [**LmsName**](LmsName.md) |  | [optional] 
**organization** | **String** | The unique identifier of the Organization associated to these credentials | [optional] 
**creator** | **String** | Unique identifier of the user who created these credentials | [optional] 
**creationDate** | **Date** | The creation date of thse credentials | [optional] 
**lastUsage** | **Date** | The last time these credentials were used | [optional] 
**consumerKey** | **String** | OAuth 1 Consumer Key | [optional] 
**consumerSecret** | **String** | OAuth 1 Consumer Secret | [optional] 


