Browse Source

Update CredentialRepresentation model

master
sispeo 7 years ago
committed by harture
parent
commit
6392a53924
  1. 3
      definitions.go

3
definitions.go

@ -201,8 +201,9 @@ type ConfigPropertyRepresentation struct {
} }
type CredentialRepresentation struct { type CredentialRepresentation struct {
Id *string `json:"id,omitempty"`
Algorithm *string `json:"algorithm,omitempty"` Algorithm *string `json:"algorithm,omitempty"`
Config *MultivaluedHashMap `json:"config,omitempty"` Config *map[string][]string `json:"config,omitempty"`
Counter *int32 `json:"counter,omitempty"` Counter *int32 `json:"counter,omitempty"`
CreatedDate *int64 `json:"createdDate,omitempty"` CreatedDate *int64 `json:"createdDate,omitempty"`
Device *string `json:"device,omitempty"` Device *string `json:"device,omitempty"`

Loading…
Cancel
Save