mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Fixed userResponse to return api/secretKeys
This commit is contained in:
parent
987d103278
commit
cdaf4d1370
@ -60,10 +60,10 @@ public class UserResponse extends BaseResponse {
|
||||
@SerializedName("timezone") @Param(description="the timezone user was created in")
|
||||
private String timezone;
|
||||
|
||||
@SerializedName(ApiConstants.API_KEY) @Param(description="the api key of the user")
|
||||
@SerializedName("apikey") @Param(description="the api key of the user")
|
||||
private String apiKey;
|
||||
|
||||
@SerializedName(ApiConstants.SECRET_KEY) @Param(description="the secret key of the user")
|
||||
@SerializedName("secretkey") @Param(description="the secret key of the user")
|
||||
private String secretKey;
|
||||
|
||||
public Long getId() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user