doc_out/EncryptionKey.html.md in purecloud-0.56.1 vs doc_out/EncryptionKey.html.md in purecloud-0.57.1
- old
+ new
@@ -5,14 +5,14 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
-| **id** | **String** | | [optional] |
+| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | | [optional] |
-| **create_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
-| **keydata_summary** | **String** | | [optional] |
-| **user** | [**User**](User.html) | | [optional] |
+| **create_date** | **DateTime** | create date of the key pair. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **keydata_summary** | **String** | key data summary (base 64 encoded public key) | [optional] |
+| **user** | [**User**](User.html) | user that requested generation of public key | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}