diff --git a/cmd/iam_api_key_create.go b/cmd/iam_api_key_create.go index 8165651f..81c18e30 100644 --- a/cmd/iam_api_key_create.go +++ b/cmd/iam_api_key_create.go @@ -12,9 +12,9 @@ import ( ) type iamAPIKeyShowOutput struct { - Name string `json:"name"` - Key string `json:"key"` - Secret string `json:"secret"` + Name string `json:"name"` + Key string `json:"key"` + Secret string `json:"secret"` Role v3.UUID `json:"role-id"` }