You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For information about the permissions required to work with OneNote APIs, see [Notes permissions](/graph/permissions-reference#notes-permissions).
49
49
50
-
## Relationships
51
-
| Relationship | Type |Description|
52
-
|:---------------|:--------|:----------|
53
-
|notebooks|[notebook](notebook.md) collection|The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.|
54
-
|operations|[onenoteOperation](onenoteoperation.md) collection |The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the `Operation-Location` header is returned in the response. Read-only. Nullable.|
55
-
|pages|[onenotePage](onenotepage.md) collection|The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.|
56
-
|resources|[onenoteResource](onenoteresource.md) collection |The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can [get the binary content of a specific resource](onenoteresource.md). Read-only. Nullable.|
57
-
|sectionGroups|[sectionGroup](sectiongroup.md) collection|The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.|
58
-
|sections|[onenoteSection](onenotesection.md) collection|The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.|
59
-
60
50
## Methods
61
51
62
52
| Method | Return Type |Description|
@@ -67,6 +57,19 @@ For information about the permissions required to work with OneNote APIs, see [N
67
57
|[List pages](../api/onenote-list-pages.md)|[onenotePage](onenotepage.md) collection| Get a collection of pages.|
68
58
|[List section groups](../api/onenote-list-sectiongroups.md)|[sectionGroup](sectiongroup.md) collection| Get a collection of section groups.|
69
59
|[List sections](../api/onenote-list-sections.md)|[onenoteSection](onenotesection.md) collection| Get a collection of sections.|
60
+
61
+
## Properties
62
+
None.
63
+
64
+
## Relationships
65
+
| Relationship | Type |Description|
66
+
|:---------------|:--------|:----------|
67
+
|notebooks|[notebook](notebook.md) collection|The collection of OneNote notebooks that the user or group owns. Read-only. Nullable.|
68
+
|operations|[onenoteOperation](onenoteoperation.md) collection |The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the `Operation-Location` header is returned in the response. Read-only. Nullable.|
69
+
|pages|[onenotePage](onenotepage.md) collection|The pages in all OneNote notebooks that the user or group owns. Read-only. Nullable.|
70
+
|resources|[onenoteResource](onenoteresource.md) collection |The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can [get the binary content of a specific resource](onenoteresource.md). Read-only. Nullable.|
71
+
|sectionGroups|[sectionGroup](sectiongroup.md) collection|The section groups in all OneNote notebooks that the user or group owns. Read-only. Nullable.|
72
+
|sections|[onenoteSection](onenotesection.md) collection|The sections in all OneNote notebooks that the user or group owns. Read-only. Nullable.|
Used for configuring whether the authentication flow allows for signup as defined in the **onInteractiveAuthFlowStart** event in an [externalUsersSelfServiceSignUpEventsFlow](externalUsersSelfServiceSignUpEventsFlow.md) user flow type. If this listener isn't specified, then sign up is disabled by default.
17
+
Used for configuring whether the authentication flow allows for sign-up as defined in the **onInteractiveAuthFlowStart** event in an [externalUsersSelfServiceSignUpEventsFlow](externalUsersSelfServiceSignUpEventsFlow.md) user flow type. If this listener isn't specified, then sign up is disabled by default.
18
18
19
19
Inherits from [authenticationEventListener](../resources/authenticationeventlistener.md).
20
20
@@ -30,7 +30,7 @@ For the list of API operations for managing this resource type, see the [authent
30
30
|conditions|[authenticationConditions](../resources/authenticationconditions.md)|Required. Inherited from [authenticationEventListener](../resources/authenticationeventlistener.md).|
31
31
|priority|Int32|Required. Inherited from [authenticationEventListener](../resources/authenticationeventlistener.md).|
32
32
|authenticationEventsFlowId|String| Inherited from [authenticationEventListener](../resources/authenticationeventlistener.md).|
33
-
|handler|[onInteractiveAuthFlowStartHandler](../resources/oninteractiveauthflowstarthandler.md)|Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event.|
33
+
|handler|[onInteractiveAuthFlowStartHandler](../resources/oninteractiveauthflowstarthandler.md)|Required. Configuration for what to invoke if the event resolves to this listener. You can use this handler to define potential handler configurations for specific events.|
|contentSharingDisabled|[onlineMeetingContentSharingDisabledReason](#onlinemeetingcontentsharingdisabledreason-values)|Specifies the reason why shared content from this participant is disabled. Possible values are: `watermarkProtection`, `unknownFutureValue`.|
24
-
|videoDisabled|[onlineMeetingVideoDisabledReason](#onlinemeetingvideodisabledreason-values)|Specifies the reason why video from this participant is disabled. Possible values are: `watermarkProtection`, `unknownFutureValue`.|
21
+
|Property|Type|Description|
22
+
|:-------|:---|:----------|
23
+
|contentSharingDisabled|[onlineMeetingContentSharingDisabledReason](#onlinemeetingcontentsharingdisabledreason-values)|Specifies the reason why shared content from this participant is disabled. Possible values are: `watermarkProtection`, `unknownFutureValue`.|
24
+
|videoDisabled|[onlineMeetingVideoDisabledReason](#onlinemeetingvideodisabledreason-values)|Specifies the reason why video from this participant is disabled. Possible values are: `watermarkProtection`, `unknownFutureValue`.|
0 commit comments