Skip to content

Commit

Permalink
Add SystemManagementReference
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrok committed Mar 14, 2023
1 parent d185bae commit 37fdf90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msgraph/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ type Application struct {
PublicClient *PublicClient `json:"publicClient,omitempty"`
PublisherDomain *string `json:"publisherDomain,omitempty"`
RequiredResourceAccess *[]RequiredResourceAccess `json:"requiredResourceAccess,omitempty"`
ServiceManagementReference *StringNullWhenEmpty `json:"serviceManagementReference,omitempty"`
SignInAudience *SignInAudience `json:"signInAudience,omitempty"`
Spa *ApplicationSpa `json:"spa,omitempty"`
Tags *[]string `json:"tags,omitempty"`
Expand Down

0 comments on commit 37fdf90

Please sign in to comment.