Skip to content

Commit

Permalink
Merge pull request #205 from manicminer/application-description
Browse files Browse the repository at this point in the history
Add description field for Applications
  • Loading branch information
manicminer authored Jan 13, 2023
2 parents c634a95 + 398e937 commit daafd22
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 @@ -202,6 +202,7 @@ type Application struct {
CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
DefaultRedirectUri *string `json:"defaultRedirectUri,omitempty"`
DeletedDateTime *time.Time `json:"deletedDateTime,omitempty"`
Description *StringNullWhenEmpty `json:"description,omitempty"`
DisabledByMicrosoftStatus interface{} `json:"disabledByMicrosoftStatus,omitempty"`
DisplayName *string `json:"displayName,omitempty"`
GroupMembershipClaims *[]GroupMembershipClaim `json:"-"` // see Application.MarshalJSON / Application.UnmarshalJSON
Expand Down

0 comments on commit daafd22

Please sign in to comment.