@@ -18,7 +18,7 @@ type EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRe
1818 // Request options
1919 Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
2020}
21- // EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetQueryParameters a collection of shared cookies defined for the site list .
21+ // EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetQueryParameters get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode .
2222type EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetQueryParameters struct {
2323 // Expand related entities
2424 Expand []string `uriparametername:"%24expand"`
@@ -54,8 +54,11 @@ func NewEdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIte
5454 urlParams ["request-raw-url" ] = rawUrl
5555 return NewEdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderInternal (urlParams , requestAdapter )
5656}
57- // Delete delete navigation property sharedCookies for admin
57+ // Delete delete a browserSharedCookie from a browserSiteList.
5858// returns a ODataError error when the service returns a 4XX or 5XX status code
59+ // [Find more info here]
60+ //
61+ // [Find more info here]: https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0
5962func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) Delete (ctx context.Context , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration )(error ) {
6063 requestInfo , err := m .ToDeleteRequestInformation (ctx , requestConfiguration );
6164 if err != nil {
@@ -70,9 +73,12 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
7073 }
7174 return nil
7275}
73- // Get a collection of shared cookies defined for the site list .
76+ // Get get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode .
7477// returns a BrowserSharedCookieable when successful
7578// returns a ODataError error when the service returns a 4XX or 5XX status code
79+ // [Find more info here]
80+ //
81+ // [Find more info here]: https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0
7682func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) Get (ctx context.Context , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetRequestConfiguration )(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable , error ) {
7783 requestInfo , err := m .ToGetRequestInformation (ctx , requestConfiguration );
7884 if err != nil {
@@ -90,9 +96,12 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
9096 }
9197 return res .(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable ), nil
9298}
93- // Patch update the navigation property sharedCookies in admin
99+ // Patch update the properties of a browserSharedCookie object.
94100// returns a BrowserSharedCookieable when successful
95101// returns a ODataError error when the service returns a 4XX or 5XX status code
102+ // [Find more info here]
103+ //
104+ // [Find more info here]: https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0
96105func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) Patch (ctx context.Context , body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderPatchRequestConfiguration )(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable , error ) {
97106 requestInfo , err := m .ToPatchRequestInformation (ctx , body , requestConfiguration );
98107 if err != nil {
@@ -110,7 +119,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
110119 }
111120 return res .(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable ), nil
112121}
113- // ToDeleteRequestInformation delete navigation property sharedCookies for admin
122+ // ToDeleteRequestInformation delete a browserSharedCookie from a browserSiteList.
114123// returns a *RequestInformation when successful
115124func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) ToDeleteRequestInformation (ctx context.Context , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration )(* i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation , error ) {
116125 requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .NewRequestInformationWithMethodAndUrlTemplateAndPathParameters (i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .DELETE , m .BaseRequestBuilder .UrlTemplate , m .BaseRequestBuilder .PathParameters )
@@ -121,7 +130,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
121130 requestInfo .Headers .TryAdd ("Accept" , "application/json" )
122131 return requestInfo , nil
123132}
124- // ToGetRequestInformation a collection of shared cookies defined for the site list .
133+ // ToGetRequestInformation get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode .
125134// returns a *RequestInformation when successful
126135func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) ToGetRequestInformation (ctx context.Context , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderGetRequestConfiguration )(* i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation , error ) {
127136 requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .NewRequestInformationWithMethodAndUrlTemplateAndPathParameters (i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .GET , m .BaseRequestBuilder .UrlTemplate , m .BaseRequestBuilder .PathParameters )
@@ -135,7 +144,7 @@ func (m *EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieIt
135144 requestInfo .Headers .TryAdd ("Accept" , "application/json" )
136145 return requestInfo , nil
137146}
138- // ToPatchRequestInformation update the navigation property sharedCookies in admin
147+ // ToPatchRequestInformation update the properties of a browserSharedCookie object.
139148// returns a *RequestInformation when successful
140149func (m * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilder ) ToPatchRequestInformation (ctx context.Context , body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BrowserSharedCookieable , requestConfiguration * EdgeInternetExplorerModeSiteListsItemSharedCookiesBrowserSharedCookieItemRequestBuilderPatchRequestConfiguration )(* i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation , error ) {
141150 requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .NewRequestInformationWithMethodAndUrlTemplateAndPathParameters (i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f .PATCH , m .BaseRequestBuilder .UrlTemplate , m .BaseRequestBuilder .PathParameters )
0 commit comments