From 398e937881327bf5d04d49b903408dea09737f98 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 13 Jan 2023 10:16:30 +0000 Subject: [PATCH] Add description field for Applications --- msgraph/models.go | 1 + 1 file changed, 1 insertion(+) diff --git a/msgraph/models.go b/msgraph/models.go index 735b8af5..b1c70c4d 100644 --- a/msgraph/models.go +++ b/msgraph/models.go @@ -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