Skip to content

Commit

Permalink
Merge pull request #296 from vennekilde/main
Browse files Browse the repository at this point in the history
Fixed incorrect json representation of ResourceType in PermissionRepresentation
  • Loading branch information
Nerzal authored Aug 12, 2021
2 parents 446f092 + cfc619c commit 5035874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ type PermissionRepresentation struct {
Name *string `json:"name,omitempty"`
Policies *[]string `json:"policies,omitempty"`
Resources *[]string `json:"resources,omitempty"`
ResourceType *string `json:"resource_type,omitempty"`
ResourceType *string `json:"resourceType,omitempty"`
Scopes *[]string `json:"scopes,omitempty"`
Type *string `json:"type,omitempty"`
}
Expand Down

0 comments on commit 5035874

Please sign in to comment.