Skip to content

Commit

Permalink
feat(applications): add support for roles property
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Apr 2, 2024
1 parent 68dbbbd commit 26ac323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/c8y/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ type Application struct {

// Microservice roles
RequiredRoles []string `json:"requiredRoles,omitempty"`
Roles []string `json:"roles,omitempty"`

Item gjson.Result `json:"-"`
}
Expand Down

0 comments on commit 26ac323

Please sign in to comment.