New-MgUserOnenoteSectionGroupSection
Create new navigation property to sections for users
Note
To view the beta release of this cmdlet, view New-MgBetaUserOnenoteSectionGroupSection
New-MgUserOnenoteSectionGroupSection
-SectionGroupId <String>
-UserId <String>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-CreatedBy <IMicrosoftGraphIdentitySet>]
[-CreatedDateTime <DateTime>]
[-DisplayName <String>]
[-Id <String>]
[-IsDefault]
[-LastModifiedBy <IMicrosoftGraphIdentitySet>]
[-LastModifiedDateTime <DateTime>]
[-Links <IMicrosoftGraphSectionLinks>]
[-Pages <IMicrosoftGraphOnenotePage[]>]
[-PagesUrl <String>]
[-ParentNotebook <IMicrosoftGraphNotebook>]
[-ParentSectionGroup <IMicrosoftGraphSectionGroup>]
[-Self <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-MgUserOnenoteSectionGroupSection
-SectionGroupId <String>
-UserId <String>
-BodyParameter <IMicrosoftGraphOnenoteSection>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-MgUserOnenoteSectionGroupSection
-InputObject <INotesIdentity>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-CreatedBy <IMicrosoftGraphIdentitySet>]
[-CreatedDateTime <DateTime>]
[-DisplayName <String>]
[-Id <String>]
[-IsDefault]
[-LastModifiedBy <IMicrosoftGraphIdentitySet>]
[-LastModifiedDateTime <DateTime>]
[-Links <IMicrosoftGraphSectionLinks>]
[-Pages <IMicrosoftGraphOnenotePage[]>]
[-PagesUrl <String>]
[-ParentNotebook <IMicrosoftGraphNotebook>]
[-ParentSectionGroup <IMicrosoftGraphSectionGroup>]
[-Self <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-MgUserOnenoteSectionGroupSection
-InputObject <INotesIdentity>
-BodyParameter <IMicrosoftGraphOnenoteSection>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Create new navigation property to sections for users
Import-Module Microsoft.Graph.Notes
$params = @{
displayName = "Section name"
}
# A UPN can also be used as -UserId.
New-MgUserOnenoteSectionGroupSection -UserId $userId -SectionGroupId $sectionGroupId -BodyParameter $params
This example shows how to use the New-MgUserOnenoteSectionGroupSection Cmdlet.
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
onenoteSection To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IMicrosoftGraphOnenoteSection |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
identitySet To construct, see NOTES section for CREATEDBY properties and create a hash table.
Type: | IMicrosoftGraphIdentitySet |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The name of the notebook.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
The unique identifier for an entity. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | INotesIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Indicates whether this is the user's default section. Read-only.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
identitySet To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table.
Type: | IMicrosoftGraphIdentitySet |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
sectionLinks To construct, see NOTES section for LINKS properties and create a hash table.
Type: | IMicrosoftGraphSectionLinks |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The collection of pages in the section. Read-only. Nullable. To construct, see NOTES section for PAGES properties and create a hash table.
Type: | IMicrosoftGraphOnenotePage[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The pages endpoint where you can get details for all the pages in the section. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
notebook To construct, see NOTES section for PARENTNOTEBOOK properties and create a hash table.
Type: | IMicrosoftGraphNotebook |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
sectionGroup To construct, see NOTES section for PARENTSECTIONGROUP properties and create a hash table.
Type: | IMicrosoftGraphSectionGroup |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The unique identifier of sectionGroup
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The endpoint where you can get details about the page. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The unique identifier of user
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnenoteSection
Microsoft.Graph.PowerShell.Models.INotesIdentity
System.Collections.IDictionary
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnenoteSection
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IMicrosoftGraphOnenoteSection>
: onenoteSection
[(Any) <Object>]
: This indicates any property can be added to this object.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.[Id <String>]
: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]
: identity[User <IMicrosoftGraphIdentity>]
: identity
[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[IsDefault <Boolean?>]
: Indicates whether this is the user's default section. Read-only.[Links <IMicrosoftGraphSectionLinks>]
: sectionLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[(Any) <Object>]
: This indicates any property can be added to this object.[Href <String>]
: The URL of the link.
[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[Pages <IMicrosoftGraphOnenotePage-
[]>]
: The collection of pages in the section. Read-only. Nullable.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[Content <Byte-
[]>]
: The page's HTML content.[ContentUrl <String>]
: The URL for the page's HTML content. Read-only.[CreatedByAppId <String>]
: The unique identifier of the application that created the page. Read-only.[LastModifiedDateTime <DateTime?>]
: The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Level <Int32?>]
: The indentation level of the page. Read-only.[Links <IMicrosoftGraphPageLinks>]
: pageLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[Order <Int32?>]
: The order of the page within its parent section. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[(Any) <Object>]
: This indicates any property can be added to this object.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[IsDefault <Boolean?>]
: Indicates whether this is the user's default notebook. Read-only.[IsShared <Boolean?>]
: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.[Links <IMicrosoftGraphNotebookLinks>]
: notebookLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[SectionGroups <IMicrosoftGraphSectionGroup-
[]>]
: The section groups in the notebook. Read-only. Nullable.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[ParentSectionGroup <IMicrosoftGraphSectionGroup>]
: sectionGroup[SectionGroups <IMicrosoftGraphSectionGroup-
[]>]
: The section groups in the section. Read-only. Nullable.[SectionGroupsUrl <String>]
: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.[Sections <IMicrosoftGraphOnenoteSection-
[]>]
: The sections in the section group. Read-only. Nullable.[SectionsUrl <String>]
: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
[SectionGroupsUrl <String>]
: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.[Sections <IMicrosoftGraphOnenoteSection-
[]>]
: The sections in the notebook. Read-only. Nullable.[SectionsUrl <String>]
: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.[UserRole <String>]
: onenoteUserRole
[ParentSection <IMicrosoftGraphOnenoteSection>]
: onenoteSection[Title <String>]
: The title of the page.[UserTags <String-
[]>]
:
[PagesUrl <String>]
: The pages endpoint where you can get details for all the pages in the section. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[ParentSectionGroup <IMicrosoftGraphSectionGroup>]
: sectionGroup
CREATEDBY <IMicrosoftGraphIdentitySet>
: identitySet
[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.[Id <String>]
: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]
: identity[User <IMicrosoftGraphIdentity>]
: identity
INPUTOBJECT <INotesIdentity>
: Identity Parameter
[GroupId <String>]
: The unique identifier of group[NotebookId <String>]
: The unique identifier of notebook[OnenoteOperationId <String>]
: The unique identifier of onenoteOperation[OnenotePageId <String>]
: The unique identifier of onenotePage[OnenoteResourceId <String>]
: The unique identifier of onenoteResource[OnenoteSectionId <String>]
: The unique identifier of onenoteSection[Path <String>]
: Usage: path='{path}'[SectionGroupId <String>]
: The unique identifier of sectionGroup[SiteId <String>]
: The unique identifier of site[UserId <String>]
: The unique identifier of user
LASTMODIFIEDBY <IMicrosoftGraphIdentitySet>
: identitySet
[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.[Id <String>]
: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]
: identity[User <IMicrosoftGraphIdentity>]
: identity
LINKS <IMicrosoftGraphSectionLinks>
: sectionLinks
[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[(Any) <Object>]
: This indicates any property can be added to this object.[Href <String>]
: The URL of the link.
[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
PAGES <IMicrosoftGraphOnenotePage- []
>: The collection of pages in the section.
Read-only.
Nullable.
[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[Content <Byte-
[]>]
: The page's HTML content.[ContentUrl <String>]
: The URL for the page's HTML content. Read-only.[CreatedByAppId <String>]
: The unique identifier of the application that created the page. Read-only.[LastModifiedDateTime <DateTime?>]
: The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Level <Int32?>]
: The indentation level of the page. Read-only.[Links <IMicrosoftGraphPageLinks>]
: pageLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[(Any) <Object>]
: This indicates any property can be added to this object.[Href <String>]
: The URL of the link.
[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[Order <Int32?>]
: The order of the page within its parent section. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[(Any) <Object>]
: This indicates any property can be added to this object.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.[Id <String>]
: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]
: identity[User <IMicrosoftGraphIdentity>]
: identity
[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[IsDefault <Boolean?>]
: Indicates whether this is the user's default notebook. Read-only.[IsShared <Boolean?>]
: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.[Links <IMicrosoftGraphNotebookLinks>]
: notebookLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[SectionGroups <IMicrosoftGraphSectionGroup-
[]>]
: The section groups in the notebook. Read-only. Nullable.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[ParentSectionGroup <IMicrosoftGraphSectionGroup>]
: sectionGroup[SectionGroups <IMicrosoftGraphSectionGroup-
[]>]
: The section groups in the section. Read-only. Nullable.[SectionGroupsUrl <String>]
: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.[Sections <IMicrosoftGraphOnenoteSection-
[]>]
: The sections in the section group. Read-only. Nullable.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[IsDefault <Boolean?>]
: Indicates whether this is the user's default section. Read-only.[Links <IMicrosoftGraphSectionLinks>]
: sectionLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[Pages <IMicrosoftGraphOnenotePage-
[]>]
: The collection of pages in the section. Read-only. Nullable.[PagesUrl <String>]
: The pages endpoint where you can get details for all the pages in the section. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[ParentSectionGroup <IMicrosoftGraphSectionGroup>]
: sectionGroup
[SectionsUrl <String>]
: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
[SectionGroupsUrl <String>]
: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.[Sections <IMicrosoftGraphOnenoteSection-
[]>]
: The sections in the notebook. Read-only. Nullable.[SectionsUrl <String>]
: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.[UserRole <String>]
: onenoteUserRole
[ParentSection <IMicrosoftGraphOnenoteSection>]
: onenoteSection[Title <String>]
: The title of the page.[UserTags <String-
[]>]
:
PARENTNOTEBOOK <IMicrosoftGraphNotebook>
: notebook
[(Any) <Object>]
: This indicates any property can be added to this object.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.[Id <String>]
: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]
: identity[User <IMicrosoftGraphIdentity>]
: identity
[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[IsDefault <Boolean?>]
: Indicates whether this is the user's default notebook. Read-only.[IsShared <Boolean?>]
: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.[Links <IMicrosoftGraphNotebookLinks>]
: notebookLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[(Any) <Object>]
: This indicates any property can be added to this object.[Href <String>]
: The URL of the link.
[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[SectionGroups <IMicrosoftGraphSectionGroup-
[]>]
: The section groups in the notebook. Read-only. Nullable.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[ParentSectionGroup <IMicrosoftGraphSectionGroup>]
: sectionGroup[SectionGroups <IMicrosoftGraphSectionGroup-
[]>]
: The section groups in the section. Read-only. Nullable.[SectionGroupsUrl <String>]
: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.[Sections <IMicrosoftGraphOnenoteSection-
[]>]
: The sections in the section group. Read-only. Nullable.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[IsDefault <Boolean?>]
: Indicates whether this is the user's default section. Read-only.[Links <IMicrosoftGraphSectionLinks>]
: sectionLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[Pages <IMicrosoftGraphOnenotePage-
[]>]
: The collection of pages in the section. Read-only. Nullable.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[Content <Byte-
[]>]
: The page's HTML content.[ContentUrl <String>]
: The URL for the page's HTML content. Read-only.[CreatedByAppId <String>]
: The unique identifier of the application that created the page. Read-only.[LastModifiedDateTime <DateTime?>]
: The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Level <Int32?>]
: The indentation level of the page. Read-only.[Links <IMicrosoftGraphPageLinks>]
: pageLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[Order <Int32?>]
: The order of the page within its parent section. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[ParentSection <IMicrosoftGraphOnenoteSection>]
: onenoteSection[Title <String>]
: The title of the page.[UserTags <String-
[]>]
:
[PagesUrl <String>]
: The pages endpoint where you can get details for all the pages in the section. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[ParentSectionGroup <IMicrosoftGraphSectionGroup>]
: sectionGroup
[SectionsUrl <String>]
: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
[SectionGroupsUrl <String>]
: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.[Sections <IMicrosoftGraphOnenoteSection-
[]>]
: The sections in the notebook. Read-only. Nullable.[SectionsUrl <String>]
: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.[UserRole <String>]
: onenoteUserRole
PARENTSECTIONGROUP <IMicrosoftGraphSectionGroup>
: sectionGroup
[(Any) <Object>]
: This indicates any property can be added to this object.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.[Id <String>]
: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]
: identity[User <IMicrosoftGraphIdentity>]
: identity
[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[(Any) <Object>]
: This indicates any property can be added to this object.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[IsDefault <Boolean?>]
: Indicates whether this is the user's default notebook. Read-only.[IsShared <Boolean?>]
: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.[Links <IMicrosoftGraphNotebookLinks>]
: notebookLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[(Any) <Object>]
: This indicates any property can be added to this object.[Href <String>]
: The URL of the link.
[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[SectionGroups <IMicrosoftGraphSectionGroup-
[]>]
: The section groups in the notebook. Read-only. Nullable.[SectionGroupsUrl <String>]
: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.[Sections <IMicrosoftGraphOnenoteSection-
[]>]
: The sections in the notebook. Read-only. Nullable.[CreatedBy <IMicrosoftGraphIdentitySet>]
: identitySet[DisplayName <String>]
: The name of the notebook.[LastModifiedBy <IMicrosoftGraphIdentitySet>]
: identitySet[LastModifiedDateTime <DateTime?>]
: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[IsDefault <Boolean?>]
: Indicates whether this is the user's default section. Read-only.[Links <IMicrosoftGraphSectionLinks>]
: sectionLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[Pages <IMicrosoftGraphOnenotePage-
[]>]
: The collection of pages in the section. Read-only. Nullable.[CreatedDateTime <DateTime?>]
: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Self <String>]
: The endpoint where you can get details about the page. Read-only.[Id <String>]
: The unique identifier for an entity. Read-only.[Content <Byte-
[]>]
: The page's HTML content.[ContentUrl <String>]
: The URL for the page's HTML content. Read-only.[CreatedByAppId <String>]
: The unique identifier of the application that created the page. Read-only.[LastModifiedDateTime <DateTime?>]
: The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[Level <Int32?>]
: The indentation level of the page. Read-only.[Links <IMicrosoftGraphPageLinks>]
: pageLinks[(Any) <Object>]
: This indicates any property can be added to this object.[OneNoteClientUrl <IMicrosoftGraphExternalLink>]
: externalLink[OneNoteWebUrl <IMicrosoftGraphExternalLink>]
: externalLink
[Order <Int32?>]
: The order of the page within its parent section. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[ParentSection <IMicrosoftGraphOnenoteSection>]
: onenoteSection[Title <String>]
: The title of the page.[UserTags <String-
[]>]
:
[PagesUrl <String>]
: The pages endpoint where you can get details for all the pages in the section. Read-only.[ParentNotebook <IMicrosoftGraphNotebook>]
: notebook[ParentSectionGroup <IMicrosoftGraphSectionGroup>]
: sectionGroup
[SectionsUrl <String>]
: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.[UserRole <String>]
: onenoteUserRole
[ParentSectionGroup <IMicrosoftGraphSectionGroup>]
: sectionGroup[SectionGroups <IMicrosoftGraphSectionGroup-
[]>]
: The section groups in the section. Read-only. Nullable.[SectionGroupsUrl <String>]
: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.[Sections <IMicrosoftGraphOnenoteSection-
[]>]
: The sections in the section group. Read-only. Nullable.[SectionsUrl <String>]
: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.