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