Skip to content

Commit

Permalink
fix: add Type field to ClientScope model (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhenriksson authored Nov 5, 2024
1 parent f9a9ac4 commit 7d95f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ type MappingsRepresentation struct {
type ClientScope struct {
ID *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Type *string `json:"type,omitempty"`
Description *string `json:"description,omitempty"`
Protocol *string `json:"protocol,omitempty"`
ClientScopeAttributes *ClientScopeAttributes `json:"attributes,omitempty"`
Expand Down

0 comments on commit 7d95f13

Please sign in to comment.