diff --git a/definitions.go b/definitions.go index 1577444..7c34bb3 100644 --- a/definitions.go +++ b/definitions.go @@ -201,19 +201,20 @@ type ConfigPropertyRepresentation struct { } type CredentialRepresentation struct { - Algorithm *string `json:"algorithm,omitempty"` - Config *MultivaluedHashMap `json:"config,omitempty"` - Counter *int32 `json:"counter,omitempty"` - CreatedDate *int64 `json:"createdDate,omitempty"` - Device *string `json:"device,omitempty"` - Digits *int32 `json:"digits,omitempty"` - HashIterations *int32 `json:"hashIterations,omitempty"` - HashedSaltedValue *string `json:"hashedSaltedValue,omitempty"` - Period *int32 `json:"period,omitempty"` - Salt *string `json:"salt,omitempty"` - Temporary *bool `json:"temporary,omitempty"` - Type *string `json:"type,omitempty"` - Value *string `json:"value,omitempty"` + Id *string `json:"id,omitempty"` + Algorithm *string `json:"algorithm,omitempty"` + Config *map[string][]string `json:"config,omitempty"` + Counter *int32 `json:"counter,omitempty"` + CreatedDate *int64 `json:"createdDate,omitempty"` + Device *string `json:"device,omitempty"` + Digits *int32 `json:"digits,omitempty"` + HashIterations *int32 `json:"hashIterations,omitempty"` + HashedSaltedValue *string `json:"hashedSaltedValue,omitempty"` + Period *int32 `json:"period,omitempty"` + Salt *string `json:"salt,omitempty"` + Temporary *bool `json:"temporary,omitempty"` + Type *string `json:"type,omitempty"` + Value *string `json:"value,omitempty"` } type EventRepresentation struct {