Changes to Get Keys For User
Gets all secret keys for the specified user and namespace.
Path Parameter Changes
uid | Valid user identifier to get the keys from |
namespace | the namespace to get all secret keys |
Response Payload Changes
Field |
Description |
Type |
Notes |
<user_secret_keys> |
|
|
|
<secret_key_1> |
First secret key |
String |
|
<secret_key_1_exist> |
First secret key exist |
Boolean |
|
<key_timestamp_1> |
First key creation timestamp in ISO-8601 format |
String |
Valid Values:
|
<key_expiry_timestamp_1> |
First key expiration timestamp in ISO-8601 format |
String |
Valid Values:
|
<secret_key_2> |
Second secret key |
String |
|
<secret_key_2_exist> |
Second secret key exist |
Boolean |
|
<key_timestamp_2> |
Second key creation timestamp in ISO-8601 format |
String |
Valid Values:
|
<key_expiry_timestamp_2> |
Second key expiry timestamp in ISO-8601 format |
String |
Valid Values:
|
<link> |
User secret key reference link |
|
|
</user_secret_keys> |
|
|
|