---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# azure_ad_group{% #azure_ad_group %}

## `accepted_senders`{% #accepted_senders %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `acceptedSenders`**Description**: The list of users or groups allowed to create posts or calendar events in this group. If this list is nonempty, then only users or groups listed here are allowed to post.

- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `allow_external_senders`{% #allow_external_senders %}

**Type**: `BOOLEAN`**Provider name**: `allowExternalSenders`**Description**: Indicates if people external to the organization can send messages to the group. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).

## `app_role_assignments`{% #app_role_assignments %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `appRoleAssignments`**Description**: Represents the app roles granted to a group for an application. Supports $expand.

- `app_role_id`**Type**: `STRING`**Provider name**: `appRoleId`**Description**: The identifier (id) for the app role that's assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application hasn't declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.
- `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: The time when the app role assignment was created. The Timestamp type 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.
- `name`**Type**: `STRING`**Provider name**: `name`
- `principal_display_name`**Type**: `STRING`**Provider name**: `principalDisplayName`**Description**: The display name of the user, group, or service principal that was granted the app role assignment. Maximum length is 256 characters. Read-only. Supports $filter (eq and startswith).
- `principal_id`**Type**: `STRING`**Provider name**: `principalId`**Description**: The unique identifier (id) for the user, security group, or service principal being granted the app role. Security groups with dynamic memberships are supported. Required on create.
- `principal_type`**Type**: `STRING`**Provider name**: `principalType`**Description**: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only.
- `resource_display_name`**Type**: `STRING`**Provider name**: `resourceDisplayName`**Description**: The display name of the resource app's service principal to which the assignment is made. Maximum length is 256 characters.
- `resource_id`**Type**: `STRING`**Provider name**: `resourceId`**Description**: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only).
- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `assigned_labels`{% #assigned_labels %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `assignedLabels`**Description**: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.

- `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The display name of the label. Read-only.
- `label_id`**Type**: `STRING`**Provider name**: `labelId`**Description**: The unique identifier of the label.

## `assigned_licenses`{% #assigned_licenses %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `assignedLicenses`**Description**: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq). Read-only.

- `disabled_plans`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `disabledPlans`**Description**: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription.
- `sku_id`**Type**: `STRING`**Provider name**: `skuId`**Description**: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription.

## `auto_subscribe_new_members`{% #auto_subscribe_new_members %}

**Type**: `BOOLEAN`**Provider name**: `autoSubscribeNewMembers`**Description**: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).

## `classification`{% #classification %}

**Type**: `STRING`**Provider name**: `classification`**Description**: Describes a classification for the group (such as low, medium, or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).

## `conversations`{% #conversations %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `conversations`**Description**: The group's conversations.

- `has_attachments`**Type**: `BOOLEAN`**Provider name**: `hasAttachments`**Description**: Indicates whether any of the posts within this Conversation has at least one attachment. Supports $filter (eq, ne) and $search.
- `last_delivered_date_time`**Type**: `STRING`**Provider name**: `lastDeliveredDateTime`**Description**: The Timestamp type 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
- `name`**Type**: `STRING`**Provider name**: `name`
- `preview`**Type**: `STRING`**Provider name**: `preview`**Description**: A short summary from the body of the latest post in this conversation. Supports $filter (eq, ne, le, ge).
- `threads`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `threads`**Description**: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable.
  - `cc_recipients`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `ccRecipients`**Description**: The Cc: recipients for the thread. Returned only on $select.
    - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
      - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
  - `has_attachments`**Type**: `BOOLEAN`**Provider name**: `hasAttachments`**Description**: Indicates whether any of the posts within this thread has at least one attachment. Returned by default.
  - `is_locked`**Type**: `BOOLEAN`**Provider name**: `isLocked`**Description**: Indicates if the thread is locked. Returned by default.
  - `last_delivered_date_time`**Type**: `STRING`**Provider name**: `lastDeliveredDateTime`**Description**: The Timestamp type 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.Returned by default.
  - `name`**Type**: `STRING`**Provider name**: `name`
  - `posts`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `posts`
    - `attachments`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `attachments`**Description**: Read-only. Nullable. Supports $expand.
      - `content_type`**Type**: `STRING`**Provider name**: `contentType`**Description**: The MIME type.
      - `is_inline`**Type**: `BOOLEAN`**Provider name**: `isInline`**Description**: true if the attachment is an inline attachment; otherwise, false.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: The Timestamp type 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
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The attachment's file name.
      - `size`**Type**: `INT32`**Provider name**: `size`**Description**: The length of the attachment in bytes.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `body`**Type**: `STRUCT`**Provider name**: `body`**Description**: The contents of the post. This is a default property. This property can be null.
      - `content`**Type**: `STRING`**Provider name**: `content`**Description**: The content of the item.
      - `content_type`**Type**: `STRING`**Provider name**: `contentType`**Description**: The type of the content. Possible values are text and html.
    - `conversation_id`**Type**: `STRING`**Provider name**: `conversationId`**Description**: Unique ID of the conversation. Read-only.
    - `conversation_thread_id`**Type**: `STRING`**Provider name**: `conversationThreadId`**Description**: Unique ID of the conversation thread. Read-only.
    - `extensions`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `extensions`**Description**: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `from`**Type**: `STRUCT`**Provider name**: `from`
      - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
        - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
        - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
    - `has_attachments`**Type**: `BOOLEAN`**Provider name**: `hasAttachments`**Description**: Indicates whether the post has at least one attachment. This is a default property.
    - `in_reply_to`**Type**: `STRUCT`**Provider name**: `inReplyTo`**Description**: Read-only. Supports $expand.
      - `attachments`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `attachments`**Description**: Read-only. Nullable. Supports $expand.
        - `content_type`**Type**: `STRING`**Provider name**: `contentType`**Description**: The MIME type.
        - `is_inline`**Type**: `BOOLEAN`**Provider name**: `isInline`**Description**: true if the attachment is an inline attachment; otherwise, false.
        - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: The Timestamp type 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
        - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The attachment's file name.
        - `size`**Type**: `INT32`**Provider name**: `size`**Description**: The length of the attachment in bytes.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
      - `body`**Type**: `STRUCT`**Provider name**: `body`**Description**: The contents of the post. This is a default property. This property can be null.
        - `content`**Type**: `STRING`**Provider name**: `content`**Description**: The content of the item.
        - `content_type`**Type**: `STRING`**Provider name**: `contentType`**Description**: The type of the content. Possible values are text and html.
      - `conversation_id`**Type**: `STRING`**Provider name**: `conversationId`**Description**: Unique ID of the conversation. Read-only.
      - `conversation_thread_id`**Type**: `STRING`**Provider name**: `conversationThreadId`**Description**: Unique ID of the conversation thread. Read-only.
      - `extensions`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `extensions`**Description**: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand.
        - `name`**Type**: `STRING`**Provider name**: `name`
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
      - `from`**Type**: `STRUCT`**Provider name**: `from`
        - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
          - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
          - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
      - `has_attachments`**Type**: `BOOLEAN`**Provider name**: `hasAttachments`**Description**: Indicates whether the post has at least one attachment. This is a default property.
      - `new_participants`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `newParticipants`**Description**: Conversation participants that were added to the thread as part of this post.
        - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
          - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
          - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
      - `received_date_time`**Type**: `STRING`**Provider name**: `receivedDateTime`**Description**: Specifies when the post was received. The DateTimeOffset type 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
      - `sender`**Type**: `STRUCT`**Provider name**: `sender`**Description**: Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property.
        - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
          - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
          - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
      - `categories`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `categories`**Description**: The categories associated with the item
      - `change_key`**Type**: `STRING`**Provider name**: `changeKey`**Description**: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: The Timestamp type 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
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: The Timestamp type 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
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `multi_value_extended_properties`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `multiValueExtendedProperties`**Description**: The collection of multi-value extended properties defined for the post. Read-only. Nullable.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `value`**Description**: A collection of property values.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `new_participants`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `newParticipants`**Description**: Conversation participants that were added to the thread as part of this post.
      - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
        - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
        - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
    - `received_date_time`**Type**: `STRING`**Provider name**: `receivedDateTime`**Description**: Specifies when the post was received. The DateTimeOffset type 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
    - `sender`**Type**: `STRUCT`**Provider name**: `sender`**Description**: Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property.
      - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
        - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
        - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
    - `single_value_extended_properties`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `singleValueExtendedProperties`**Description**: The collection of single-value extended properties defined for the post. Read-only. Nullable.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `value`**Type**: `STRING`**Provider name**: `value`**Description**: A property value.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `categories`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `categories`**Description**: The categories associated with the item
    - `change_key`**Type**: `STRING`**Provider name**: `changeKey`**Description**: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: The Timestamp type 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
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: The Timestamp type 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
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `preview`**Type**: `STRING`**Provider name**: `preview`**Description**: A short summary from the body of the latest post in this conversation. Returned by default.
  - `to_recipients`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `toRecipients`**Description**: The To: recipients for the thread. Returned only on $select.
    - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
      - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
  - `topic`**Type**: `STRING`**Provider name**: `topic`**Description**: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default.
  - `unique_senders`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `uniqueSenders`**Description**: All the users that sent a message to this thread. Returned by default.
  - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
- `topic`**Type**: `STRING`**Provider name**: `topic`**Description**: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
- `unique_senders`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `uniqueSenders`**Description**: All the users that sent a message to this Conversation.
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `created_date_time`{% #created_date_time %}

**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: Timestamp of when the group was created. The value can't be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only.

## `created_on_behalf_of`{% #created_on_behalf_of %}

**Type**: `STRUCT`**Provider name**: `createdOnBehalfOf`**Description**: The user (or application) that created the group. NOTE: This property isn't set if the user is an administrator. Read-only.

- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `deleted_date_time`{% #deleted_date_time %}

**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `description`**Description**: An optional description for the group. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.

## `display_name`{% #display_name %}

**Type**: `STRING`**Provider name**: `displayName`**Description**: The display name for the group. This property is required when a group is created and can't be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.

## `expiration_date_time`{% #expiration_date_time %}

**Type**: `STRING`**Provider name**: `expirationDateTime`**Description**: Timestamp of when the group is set to expire. It's null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.

## `extensions`{% #extensions %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `extensions`**Description**: The collection of open extensions defined for the group. Read-only. Nullable.

- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `group_lifecycle_policies`{% #group_lifecycle_policies %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `groupLifecyclePolicies`**Description**: The collection of lifecycle policies for this group. Read-only. Nullable.

- `alternate_notification_emails`**Type**: `STRING`**Provider name**: `alternateNotificationEmails`**Description**: List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon.
- `group_lifetime_in_days`**Type**: `INT32`**Provider name**: `groupLifetimeInDays`**Description**: Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.
- `managed_group_types`**Type**: `STRING`**Provider name**: `managedGroupTypes`**Description**: The group type for which the expiration policy applies. Possible values are All, Selected or None.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `group_types`{% #group_types %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `groupTypes`**Description**: Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or a distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter (eq, not).

## `has_members_with_license_errors`{% #has_members_with_license_errors %}

**Type**: `BOOLEAN`**Provider name**: `hasMembersWithLicenseErrors`**Description**: Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example. Supports $filter (eq).

## `hide_from_address_lists`{% #hide_from_address_lists %}

**Type**: `BOOLEAN`**Provider name**: `hideFromAddressLists`**Description**: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).

## `hide_from_outlook_clients`{% #hide_from_outlook_clients %}

**Type**: `BOOLEAN`**Provider name**: `hideFromOutlookClients`**Description**: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).

## `id`{% #id %}

**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `is_archived`{% #is_archived %}

**Type**: `BOOLEAN`**Provider name**: `isArchived`**Description**: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs.

## `is_assignable_to_role`{% #is_assignable_to_role %}

**Type**: `BOOLEAN`**Provider name**: `isAssignableToRole`**Description**: Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can't be a dynamic group (that is, groupTypes can't contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).

## `is_management_restricted`{% #is_management_restricted %}

**Type**: `BOOLEAN`**Provider name**: `isManagementRestricted`**Description**: Indicates whether the group is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. Returned only on $select.

## `is_subscribed_by_mail`{% #is_subscribed_by_mail %}

**Type**: `BOOLEAN`**Provider name**: `isSubscribedByMail`**Description**: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).

## `license_processing_state`{% #license_processing_state %}

**Type**: `STRING`**Provider name**: `license_processing_state`

## `location`{% #location %}

**Type**: `STRING`

## `mail`{% #mail %}

**Type**: `STRING`**Provider name**: `mail`**Description**: The SMTP address for the group, for example, '[serviceadmins@contoso.com](mailto:serviceadmins@contoso.com)'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).

## `mail_enabled`{% #mail_enabled %}

**Type**: `BOOLEAN`**Provider name**: `mailEnabled`**Description**: Specifies whether the group is mail-enabled. Required. Returned by default. Supports $filter (eq, ne, not).

## `mail_nickname`{% #mail_nickname %}

**Type**: `STRING`**Provider name**: `mailNickname`**Description**: The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following characters: @ () / [] ' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).

## `member_of`{% #member_of %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `memberOf`**Description**: Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand.

- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `members`{% #members %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `members`**Description**: The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).

- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `members_with_license_errors`{% #members_with_license_errors %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `membersWithLicenseErrors`**Description**: A list of group members with license errors from this group-based license assignment. Read-only.

- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `membership_rule`{% #membership_rule %}

**Type**: `STRING`**Provider name**: `membershipRule`**Description**: The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).

## `membership_rule_processing_state`{% #membership_rule_processing_state %}

**Type**: `STRING`**Provider name**: `membershipRuleProcessingState`**Description**: Indicates whether the dynamic membership processing is on or paused. Possible values are On or Paused. Returned by default. Supports $filter (eq, ne, not, in).

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`

## `on_premises_domain_name`{% #on_premises_domain_name %}

**Type**: `STRING`**Provider name**: `onPremisesDomainName`**Description**: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.

## `on_premises_last_sync_date_time`{% #on_premises_last_sync_date_time %}

**Type**: `STRING`**Provider name**: `onPremisesLastSyncDateTime`**Description**: Indicates the last time at which the group was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).

## `on_premises_net_bios_name`{% #on_premises_net_bios_name %}

**Type**: `STRING`**Provider name**: `onPremisesNetBiosName`**Description**: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.

## `on_premises_provisioning_errors`{% #on_premises_provisioning_errors %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `onPremisesProvisioningErrors`**Description**: Errors when using Microsoft synchronization product during provisioning. Returned by default. Supports $filter (eq, not).

- `category`**Type**: `STRING`**Provider name**: `category`**Description**: Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property.
- `occurred_date_time`**Type**: `STRING`**Provider name**: `occurredDateTime`**Description**: The date and time at which the error occurred.
- `property_causing_error`**Type**: `STRING`**Provider name**: `propertyCausingError`**Description**: Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress
- `value`**Type**: `STRING`**Provider name**: `value`**Description**: Value of the property causing the error.

## `on_premises_sam_account_name`{% #on_premises_sam_account_name %}

**Type**: `STRING`**Provider name**: `onPremisesSamAccountName`**Description**: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith). Read-only.

## `on_premises_security_identifier`{% #on_premises_security_identifier %}

**Type**: `STRING`**Provider name**: `onPremisesSecurityIdentifier`**Description**: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Returned by default. Supports $filter (eq including on null values).

## `on_premises_sync_enabled`{% #on_premises_sync_enabled %}

**Type**: `BOOLEAN`**Provider name**: `onPremisesSyncEnabled`**Description**: true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).

## `onenote`{% #onenote %}

**Type**: `STRUCT`**Provider name**: `onenote`

- `name`**Type**: `STRING`**Provider name**: `name`
- `notebooks`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `notebooks`**Description**: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
  - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
  - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
    - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
      - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
    - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
      - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
  - `name`**Type**: `STRING`**Provider name**: `name`
  - `section_groups`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sectionGroups`**Description**: The section groups in the notebook. Read-only. Nullable.
    - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the section group. Read-only.
      - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
      - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
        - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
      - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
      - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `parent_section_group`**Type**: `STRUCT`**Provider name**: `parentSectionGroup`**Description**: The section group that contains the section group. Read-only.
      - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the section group. Read-only.
        - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
        - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
          - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
            - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
          - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
            - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
        - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
        - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
        - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
        - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
        - `name`**Type**: `STRING`**Provider name**: `name`
        - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
      - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
      - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
    - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
    - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
    - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
  - `sections`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sections`**Description**: The sections in the notebook. Read-only. Nullable.
    - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default section. Read-only.
    - `links`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web.
      - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the section in the OneNote native client if it's installed.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the section in OneNote on the web.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `pages`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `pages`**Description**: The collection of pages in the section. Read-only. Nullable.
      - `content`**Type**: `STRING`**Provider name**: `content`**Description**: The page's HTML content.
      - `content_url`**Type**: `STRING`**Provider name**: `contentUrl`**Description**: The URL for the page's HTML content. Read-only.
      - `created_by_app_id`**Type**: `STRING`**Provider name**: `createdByAppId`**Description**: The unique identifier of the application that created the page. Read-only.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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`**Type**: `INT32`**Provider name**: `level`**Description**: The indentation level of the page. Read-only.
      - `links`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the page. The oneNoteClientURL link opens the page in the OneNote native client if it 's installed. The oneNoteWebUrl link opens the page in OneNote on the web. Read-only.
        - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the page in the OneNote native client if it's installed.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the page in OneNote on the web.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `order`**Type**: `INT32`**Provider name**: `order`**Description**: The order of the page within its parent section. Read-only.
      - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the page. Read-only.
        - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
        - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
          - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
            - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
          - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
            - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `section_groups`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sectionGroups`**Description**: The section groups in the notebook. Read-only. Nullable.
          - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
          - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
          - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
            - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
            - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
          - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
            - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
            - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
          - `name`**Type**: `STRING`**Provider name**: `name`
          - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
          - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
        - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
        - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
        - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
        - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
        - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
        - `name`**Type**: `STRING`**Provider name**: `name`
        - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
      - `parent_section`**Type**: `STRUCT`**Provider name**: `parentSection`**Description**: The section that contains the page. Read-only.
        - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default section. Read-only.
        - `links`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web.
          - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the section in the OneNote native client if it's installed.
            - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
          - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the section in OneNote on the web.
            - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `pages_url`**Type**: `STRING`**Provider name**: `pagesUrl`**Description**: The pages endpoint where you can get details for all the pages in the section. Read-only.
        - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
        - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
        - `name`**Type**: `STRING`**Provider name**: `name`
        - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
      - `title`**Type**: `STRING`**Provider name**: `title`**Description**: The title of the page.
      - `user_tags`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `userTags`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `pages_url`**Type**: `STRING`**Provider name**: `pagesUrl`**Description**: The pages endpoint where you can get details for all the pages in the section. Read-only.
    - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the section. Read-only.
      - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
      - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
        - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `section_groups`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sectionGroups`**Description**: The section groups in the notebook. Read-only. Nullable.
        - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
        - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
        - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
        - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
        - `name`**Type**: `STRING`**Provider name**: `name`
        - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
      - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
      - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
      - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `parent_section_group`**Type**: `STRUCT`**Provider name**: `parentSectionGroup`**Description**: The section group that contains the section. Read-only.
      - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the section group. Read-only.
        - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
        - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
          - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
            - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
          - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
            - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `section_groups`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sectionGroups`**Description**: The section groups in the notebook. Read-only. Nullable.
          - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
          - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
          - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
            - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
            - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
          - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
            - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
            - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
              - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
          - `name`**Type**: `STRING`**Provider name**: `name`
          - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
          - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
        - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
        - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
        - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
        - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
        - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
        - `name`**Type**: `STRING`**Provider name**: `name`
        - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
      - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
      - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
    - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
  - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
  - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
    - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
  - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
  - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
    - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
  - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
  - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
  - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
- `operations`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `operations`**Description**: 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.
  - `error`**Type**: `STRUCT`**Provider name**: `error`**Description**: The error returned by the operation.
    - `code`**Type**: `STRING`**Provider name**: `code`**Description**: The error code.
    - `message`**Type**: `STRING`**Provider name**: `message`**Description**: The error message.
  - `name`**Type**: `STRING`**Provider name**: `name`
  - `percent_complete`**Type**: `STRING`**Provider name**: `percentComplete`**Description**: The operation percent complete if the operation is still in running status.
  - `resource_id`**Type**: `STRING`**Provider name**: `resourceId`**Description**: The resource id.
  - `resource_location`**Type**: `STRING`**Provider name**: `resourceLocation`**Description**: The resource URI for the object. For example, the resource URI for a copied page or section.
  - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: The start time of the operation.
  - `last_action_date_time`**Type**: `STRING`**Provider name**: `lastActionDateTime`**Description**: The time of the last action of the operation.
  - `status`**Type**: `STRING`**Provider name**: `status`**Description**: The current status of the operation: notStarted, running, completed, failed
  - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
- `pages`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `pages`**Description**: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
  - `content`**Type**: `STRING`**Provider name**: `content`**Description**: The page's HTML content.
  - `content_url`**Type**: `STRING`**Provider name**: `contentUrl`**Description**: The URL for the page's HTML content. Read-only.
  - `created_by_app_id`**Type**: `STRING`**Provider name**: `createdByAppId`**Description**: The unique identifier of the application that created the page. Read-only.
  - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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`**Type**: `INT32`**Provider name**: `level`**Description**: The indentation level of the page. Read-only.
  - `links`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the page. The oneNoteClientURL link opens the page in the OneNote native client if it 's installed. The oneNoteWebUrl link opens the page in OneNote on the web. Read-only.
    - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the page in the OneNote native client if it's installed.
      - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
    - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the page in OneNote on the web.
      - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
  - `name`**Type**: `STRING`**Provider name**: `name`
  - `order`**Type**: `INT32`**Provider name**: `order`**Description**: The order of the page within its parent section. Read-only.
  - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the page. Read-only.
    - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
    - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
      - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `section_groups`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sectionGroups`**Description**: The section groups in the notebook. Read-only. Nullable.
      - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
      - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
    - `sections`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sections`**Description**: The sections in the notebook. Read-only. Nullable.
      - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default section. Read-only.
      - `links`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web.
        - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the section in the OneNote native client if it's installed.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the section in OneNote on the web.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `pages_url`**Type**: `STRING`**Provider name**: `pagesUrl`**Description**: The pages endpoint where you can get details for all the pages in the section. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
    - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
    - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
    - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `parent_section`**Type**: `STRUCT`**Provider name**: `parentSection`**Description**: The section that contains the page. Read-only.
    - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default section. Read-only.
    - `links`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web.
      - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the section in the OneNote native client if it's installed.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the section in OneNote on the web.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
    - `pages_url`**Type**: `STRING`**Provider name**: `pagesUrl`**Description**: The pages endpoint where you can get details for all the pages in the section. Read-only.
    - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
    - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `title`**Type**: `STRING`**Provider name**: `title`**Description**: The title of the page.
  - `user_tags`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `userTags`
  - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
  - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
- `resources`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `resources`**Description**: 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. Read-only. Nullable.
  - `content`**Type**: `STRING`**Provider name**: `content`**Description**: The content stream
  - `content_url`**Type**: `STRING`**Provider name**: `contentUrl`**Description**: The URL for downloading the content
  - `name`**Type**: `STRING`**Provider name**: `name`
  - `self`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
  - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
- `section_groups`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sectionGroups`**Description**: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
  - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the section group. Read-only.
    - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
    - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
      - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
    - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
    - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
    - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
    - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
    - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `parent_section_group`**Type**: `STRUCT`**Provider name**: `parentSectionGroup`**Description**: The section group that contains the section group. Read-only.
    - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the section group. Read-only.
      - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
      - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
        - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
      - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
      - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
    - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
    - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
    - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
  - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
  - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
    - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
  - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
  - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
    - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
  - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
  - `name`**Type**: `STRING`**Provider name**: `name`
  - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
  - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
- `sections`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sections`**Description**: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
  - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default section. Read-only.
  - `links`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web.
    - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the section in the OneNote native client if it's installed.
      - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
    - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the section in OneNote on the web.
      - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
  - `name`**Type**: `STRING`**Provider name**: `name`
  - `pages`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `pages`**Description**: The collection of pages in the section. Read-only. Nullable.
    - `content`**Type**: `STRING`**Provider name**: `content`**Description**: The page's HTML content.
    - `content_url`**Type**: `STRING`**Provider name**: `contentUrl`**Description**: The URL for the page's HTML content. Read-only.
    - `created_by_app_id`**Type**: `STRING`**Provider name**: `createdByAppId`**Description**: The unique identifier of the application that created the page. Read-only.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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`**Type**: `INT32`**Provider name**: `level`**Description**: The indentation level of the page. Read-only.
    - `links`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the page. The oneNoteClientURL link opens the page in the OneNote native client if it 's installed. The oneNoteWebUrl link opens the page in OneNote on the web. Read-only.
      - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the page in the OneNote native client if it's installed.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the page in OneNote on the web.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `order`**Type**: `INT32`**Provider name**: `order`**Description**: The order of the page within its parent section. Read-only.
    - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the page. Read-only.
      - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
      - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
        - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `section_groups`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sectionGroups`**Description**: The section groups in the notebook. Read-only. Nullable.
        - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
        - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
        - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
        - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
        - `name`**Type**: `STRING`**Provider name**: `name`
        - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
      - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
      - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
      - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `parent_section`**Type**: `STRUCT`**Provider name**: `parentSection`**Description**: The section that contains the page. Read-only.
      - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default section. Read-only.
      - `links`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web.
        - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the section in the OneNote native client if it's installed.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the section in OneNote on the web.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `pages_url`**Type**: `STRING`**Provider name**: `pagesUrl`**Description**: The pages endpoint where you can get details for all the pages in the section. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `title`**Type**: `STRING`**Provider name**: `title`**Description**: The title of the page.
    - `user_tags`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `userTags`
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `pages_url`**Type**: `STRING`**Provider name**: `pagesUrl`**Description**: The pages endpoint where you can get details for all the pages in the section. Read-only.
  - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the section. Read-only.
    - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
    - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
      - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
        - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
    - `section_groups`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sectionGroups`**Description**: The section groups in the notebook. Read-only. Nullable.
      - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
      - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
    - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
    - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
    - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
    - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `parent_section_group`**Type**: `STRUCT`**Provider name**: `parentSectionGroup`**Description**: The section group that contains the section. Read-only.
    - `parent_notebook`**Type**: `STRUCT`**Provider name**: `parentNotebook`**Description**: The notebook that contains the section group. Read-only.
      - `is_default`**Type**: `BOOLEAN`**Provider name**: `isDefault`**Description**: Indicates whether this is the user's default notebook. Read-only.
      - `is_shared`**Type**: `BOOLEAN`**Provider name**: `isShared`**Description**: 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`**Type**: `STRUCT`**Provider name**: `links`**Description**: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
        - `one_note_client_url`**Type**: `STRUCT`**Provider name**: `oneNoteClientUrl`**Description**: Opens the notebook in the OneNote native client if it's installed.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
        - `one_note_web_url`**Type**: `STRUCT`**Provider name**: `oneNoteWebUrl`**Description**: Opens the notebook in OneNote on the web.
          - `href`**Type**: `STRING`**Provider name**: `href`**Description**: The URL of the link.
      - `section_groups`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `sectionGroups`**Description**: The section groups in the notebook. Read-only. Nullable.
        - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
        - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
        - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
        - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
          - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
          - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
            - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
        - `name`**Type**: `STRING`**Provider name**: `name`
        - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
      - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
      - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
      - `user_role`**Type**: `STRING`**Provider name**: `userRole`**Description**: Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
      - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `section_groups_url`**Type**: `STRING`**Provider name**: `sectionGroupsUrl`**Description**: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
    - `sections_url`**Type**: `STRING`**Provider name**: `sectionsUrl`**Description**: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
    - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
    - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
    - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
  - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: The name of the notebook.
  - `last_modified_by`**Type**: `STRUCT`**Provider name**: `lastModifiedBy`**Description**: Identity of the user, device, and application that created the item. Read-only.
    - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
  - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: 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.
  - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: 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`**Type**: `STRING`**Provider name**: `self`**Description**: The endpoint where you can get details about the page. Read-only.
  - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `owners`{% #owners %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `owners`**Description**: The owners of the group who can be users or service principals. Limited to 100 owners. Nullable. If this property isn't specified when creating a Microsoft 365 group the calling user (admin or non-admin) is automatically assigned as the group owner. A non-admin user can't explicitly add themselves to this collection when they're creating the group. For more information, see the related known issue. For security groups, the admin user isn't automatically added to this collection. For more information, see the related known issue. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1); Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).

- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `permission_grants`{% #permission_grants %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `permissionGrants`

- `client_app_id`**Type**: `STRING`**Provider name**: `clientAppId`**Description**: ID of the service principal of the Microsoft Entra app that has been granted access. Read-only.
- `client_id`**Type**: `STRING`**Provider name**: `clientId`**Description**: ID of the Microsoft Entra app that has been granted access. Read-only.
- `name`**Type**: `STRING`**Provider name**: `name`
- `permission`**Type**: `STRING`**Provider name**: `permission`**Description**: The name of the resource-specific permission. Read-only.
- `permission_type`**Type**: `STRING`**Provider name**: `permissionType`**Description**: The type of permission. Possible values are: Application, Delegated. Read-only.
- `resource_app_id`**Type**: `STRING`**Provider name**: `resourceAppId`**Description**: ID of the Microsoft Entra app that is hosting the resource. Read-only.
- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `photo`{% #photo %}

**Type**: `STRUCT`**Provider name**: `photo`**Description**: The group's profile photo

- `height`**Type**: `INT32`**Provider name**: `height`**Description**: The height of the photo. Read-only.
- `name`**Type**: `STRING`**Provider name**: `name`
- `width`**Type**: `INT32`**Provider name**: `width`**Description**: The width of the photo. Read-only.
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `photos`{% #photos %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `photos`**Description**: The profile photos owned by the group. Read-only. Nullable.

- `height`**Type**: `INT32`**Provider name**: `height`**Description**: The height of the photo. Read-only.
- `name`**Type**: `STRING`**Provider name**: `name`
- `width`**Type**: `INT32`**Provider name**: `width`**Description**: The width of the photo. Read-only.
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `planner`{% #planner %}

**Type**: `STRUCT`**Provider name**: `planner`**Description**: Entry-point to Planner resource that might exist for a Unified Group.

- `name`**Type**: `STRING`**Provider name**: `name`
- `plans`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `plans`**Description**: Read-only. Nullable. Returns the plannerPlans owned by the group.
  - `buckets`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `buckets`**Description**: Read-only. Nullable. Collection of buckets in the plan.
    - `name`**Type**: `STRING`**Provider name**: `name`**Description**: Name of the bucket.
    - `order_hint`**Type**: `STRING`**Provider name**: `orderHint`**Description**: Hint used to order items of this type in a list view. For details about the supported format, see Using order hints in Planner.
    - `plan_id`**Type**: `STRING`**Provider name**: `planId`**Description**: Plan ID to which the bucket belongs.
    - `tasks`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `tasks`**Description**: Read-only. Nullable. The collection of tasks in the bucket.
      - `active_checklist_item_count`**Type**: `INT32`**Provider name**: `activeChecklistItemCount`**Description**: Number of checklist items with value set to false, representing incomplete items.

      - `applied_categories`**Type**: `STRUCT`**Provider name**: `appliedCategories`**Description**: The categories to which the task has been applied. See applied Categories for possible values.

      - `assigned_to_task_board_format`**Type**: `STRUCT`**Provider name**: `assignedToTaskBoardFormat`**Description**: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.

        - `name`**Type**: `STRING`**Provider name**: `name`

        - `order_hints_by_assignee`**Type**: `STRUCT`**Provider name**: `orderHintsByAssignee`**Description**: Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here.

        - `unassigned_order_hint`**Type**: `STRING`**Provider name**: `unassignedOrderHint`**Description**: Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here.

        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

      - `assignee_priority`**Type**: `STRING`**Provider name**: `assigneePriority`**Description**: Hint used to order items of this type in a list view. The format is defined as outlined here.

      - `assignments`**Type**: `STRUCT`**Provider name**: `assignments`**Description**: The set of assignees the task is assigned to.

      - `bucket_id`**Type**: `STRING`**Provider name**: `bucketId`**Description**: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service.

      - `bucket_task_board_format`**Type**: `STRUCT`**Provider name**: `bucketTaskBoardFormat`**Description**: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket.

        - `name`**Type**: `STRING`**Provider name**: `name`
        - `order_hint`**Type**: `STRING`**Provider name**: `orderHint`**Description**: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

      - `checklist_item_count`**Type**: `INT32`**Provider name**: `checklistItemCount`**Description**: Number of checklist items that are present on the task.

      - `completed_by`**Type**: `STRUCT`**Provider name**: `completedBy`**Description**: Identity of the user that completed the task.

        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.

      - `completed_date_time`**Type**: `STRING`**Provider name**: `completedDateTime`**Description**: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type 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

      - `conversation_thread_id`**Type**: `STRING`**Provider name**: `conversationThreadId`**Description**: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.

      - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user that created the task.

        - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
        - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
          - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.

      - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: Read-only. Date and time at which the task is created. The Timestamp type 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

      - `details`**Type**: `STRUCT`**Provider name**: `details`**Description**: Read-only. Nullable. More details about the task.

        - `checklist`**Type**: `STRUCT`**Provider name**: `checklist`**Description**: The collection of checklist items on the task.

        - `description`**Type**: `STRING`**Provider name**: `description`**Description**: Description of the task.

        - `name`**Type**: `STRING`**Provider name**: `name`

        - `preview_type`**Type**: `STRING`**Provider name**: `previewType`**Description**: This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task.

        - `references`**Type**: `STRUCT`**Provider name**: `references`**Description**: The collection of references on the task.

        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

      - `due_date_time`**Type**: `STRING`**Provider name**: `dueDateTime`**Description**: Date and time at which the task is due. The Timestamp type 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

      - `has_description`**Type**: `BOOLEAN`**Provider name**: `hasDescription`**Description**: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise.

      - `name`**Type**: `STRING`**Provider name**: `name`

      - `order_hint`**Type**: `STRING`**Provider name**: `orderHint`**Description**: Hint used to order items of this type in a list view. The format is defined as outlined here.

      - `percent_complete`**Type**: `INT32`**Provider name**: `percentComplete`**Description**: Percentage of task completion. When set to 100, the task is considered completed.

      - `plan_id`**Type**: `STRING`**Provider name**: `planId`**Description**: Plan ID to which the task belongs.

      - `preview_type`**Type**: `STRING`**Provider name**: `previewType`**Description**: This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference.

      - `priority`**Type**: `INT32`**Provider name**: `priority`**Description**: Priority of the task. The valid range of values is between 0 and 10, with the increasing value being lower priority (0 has the highest priority and 10 has the lowest priority). Currently, Planner interprets values 0 and 1 as 'urgent', 2, 3 and 4 as 'important', 5, 6, and 7 as 'medium', and 8, 9, and 10 as 'low'. Additionally, Planner sets the value 1 for 'urgent', 3 for 'important', 5 for 'medium', and 9 for 'low'.

      - `progress_task_board_format`**Type**: `STRUCT`**Provider name**: `progressTaskBoardFormat`**Description**: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress.

        - `name`**Type**: `STRING`**Provider name**: `name`
        - `order_hint`**Type**: `STRING`**Provider name**: `orderHint`**Description**: Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner.
        - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

      - `reference_count`**Type**: `INT32`**Provider name**: `referenceCount`**Description**: Number of external references that exist on the task.

      - `start_date_time`**Type**: `STRING`**Provider name**: `startDateTime`**Description**: Date and time at which the task starts. The Timestamp type 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

      - `title`**Type**: `STRING`**Provider name**: `title`**Description**: Title of the task.

      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `container`**Type**: `STRUCT`**Provider name**: `container`**Description**: Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it's set, this property can't be updated. Required.
    - `container_id`**Type**: `STRING`**Provider name**: `containerId`**Description**: The identifier of the resource that contains the plan. Optional.
    - `type`**Type**: `STRING`**Provider name**: `type`**Description**: The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
    - `url`**Type**: `STRING`**Provider name**: `url`**Description**: The full canonical URL of the container. Optional.
  - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Read-only. The user who created the plan.
    - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
    - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
      - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
  - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: Read-only. Date and time at which the plan is created. The Timestamp type 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
  - `details`**Type**: `STRUCT`**Provider name**: `details`**Description**: Read-only. Nullable. Extra details about the plan.
    - `category_descriptions`**Type**: `STRUCT`**Provider name**: `categoryDescriptions`**Description**: An object that specifies the descriptions of the 25 categories that can be associated with tasks in the plan.

      - `category1`**Type**: `STRING`**Provider name**: `category1`**Description**: The label associated with Category 1
      - `category10`**Type**: `STRING`**Provider name**: `category10`**Description**: The label associated with Category 10
      - `category11`**Type**: `STRING`**Provider name**: `category11`**Description**: The label associated with Category 11
      - `category12`**Type**: `STRING`**Provider name**: `category12`**Description**: The label associated with Category 12
      - `category13`**Type**: `STRING`**Provider name**: `category13`**Description**: The label associated with Category 13
      - `category14`**Type**: `STRING`**Provider name**: `category14`**Description**: The label associated with Category 14
      - `category15`**Type**: `STRING`**Provider name**: `category15`**Description**: The label associated with Category 15
      - `category16`**Type**: `STRING`**Provider name**: `category16`**Description**: The label associated with Category 16
      - `category17`**Type**: `STRING`**Provider name**: `category17`**Description**: The label associated with Category 17
      - `category18`**Type**: `STRING`**Provider name**: `category18`**Description**: The label associated with Category 18
      - `category19`**Type**: `STRING`**Provider name**: `category19`**Description**: The label associated with Category 19
      - `category2`**Type**: `STRING`**Provider name**: `category2`**Description**: The label associated with Category 2
      - `category20`**Type**: `STRING`**Provider name**: `category20`**Description**: The label associated with Category 20
      - `category21`**Type**: `STRING`**Provider name**: `category21`**Description**: The label associated with Category 21
      - `category22`**Type**: `STRING`**Provider name**: `category22`**Description**: The label associated with Category 22
      - `category23`**Type**: `STRING`**Provider name**: `category23`**Description**: The label associated with Category 23
      - `category24`**Type**: `STRING`**Provider name**: `category24`**Description**: The label associated with Category 24
      - `category25`**Type**: `STRING`**Provider name**: `category25`**Description**: The label associated with Category 25
      - `category3`**Type**: `STRING`**Provider name**: `category3`**Description**: The label associated with Category 3
      - `category4`**Type**: `STRING`**Provider name**: `category4`**Description**: The label associated with Category 4
      - `category5`**Type**: `STRING`**Provider name**: `category5`**Description**: The label associated with Category 5
      - `category6`**Type**: `STRING`**Provider name**: `category6`**Description**: The label associated with Category 6
      - `category7`**Type**: `STRING`**Provider name**: `category7`**Description**: The label associated with Category 7
      - `category8`**Type**: `STRING`**Provider name**: `category8`**Description**: The label associated with Category 8
      - `category9`**Type**: `STRING`**Provider name**: `category9`**Description**: The label associated with Category 9

    - `name`**Type**: `STRING`**Provider name**: `name`

    - `shared_with`**Type**: `STRUCT`**Provider name**: `sharedWith`**Description**: Set of user IDs that this plan is shared with. If you're using Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it isn't required for them to access the plan owned by the group.

    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `name`**Type**: `STRING`**Provider name**: `name`
  - `owner`**Type**: `STRING`**Provider name**: `owner`**Description**: Use the container property instead. ID of the group that owns the plan. After it's set, this property can't be updated. This property won't return a valid group ID if the container of the plan isn't a group.
  - `tasks`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `tasks`**Description**: Read-only. Nullable. Collection of tasks in the plan.
    - `active_checklist_item_count`**Type**: `INT32`**Provider name**: `activeChecklistItemCount`**Description**: Number of checklist items with value set to false, representing incomplete items.

    - `applied_categories`**Type**: `STRUCT`**Provider name**: `appliedCategories`**Description**: The categories to which the task has been applied. See applied Categories for possible values.

    - `assigned_to_task_board_format`**Type**: `STRUCT`**Provider name**: `assignedToTaskBoardFormat`**Description**: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.

      - `name`**Type**: `STRING`**Provider name**: `name`

      - `order_hints_by_assignee`**Type**: `STRUCT`**Provider name**: `orderHintsByAssignee`**Description**: Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here.

      - `unassigned_order_hint`**Type**: `STRING`**Provider name**: `unassignedOrderHint`**Description**: Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here.

      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

    - `assignee_priority`**Type**: `STRING`**Provider name**: `assigneePriority`**Description**: Hint used to order items of this type in a list view. The format is defined as outlined here.

    - `assignments`**Type**: `STRUCT`**Provider name**: `assignments`**Description**: The set of assignees the task is assigned to.

    - `bucket_id`**Type**: `STRING`**Provider name**: `bucketId`**Description**: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service.

    - `bucket_task_board_format`**Type**: `STRUCT`**Provider name**: `bucketTaskBoardFormat`**Description**: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket.

      - `name`**Type**: `STRING`**Provider name**: `name`
      - `order_hint`**Type**: `STRING`**Provider name**: `orderHint`**Description**: Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

    - `checklist_item_count`**Type**: `INT32`**Provider name**: `checklistItemCount`**Description**: Number of checklist items that are present on the task.

    - `completed_by`**Type**: `STRUCT`**Provider name**: `completedBy`**Description**: Identity of the user that completed the task.

      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.

    - `completed_date_time`**Type**: `STRING`**Provider name**: `completedDateTime`**Description**: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type 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

    - `conversation_thread_id`**Type**: `STRING`**Provider name**: `conversationThreadId`**Description**: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.

    - `created_by`**Type**: `STRUCT`**Provider name**: `createdBy`**Description**: Identity of the user that created the task.

      - `application`**Type**: `STRUCT`**Provider name**: `application`**Description**: Optional. The application associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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`**Type**: `STRUCT`**Provider name**: `device`**Description**: Optional. The device associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.
      - `user`**Type**: `STRUCT`**Provider name**: `user`**Description**: Optional. The user associated with this action.
        - `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: 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`**Type**: `STRING`**Provider name**: `id`**Description**: 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.

    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: Read-only. Date and time at which the task is created. The Timestamp type 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

    - `details`**Type**: `STRUCT`**Provider name**: `details`**Description**: Read-only. Nullable. More details about the task.

      - `checklist`**Type**: `STRUCT`**Provider name**: `checklist`**Description**: The collection of checklist items on the task.

      - `description`**Type**: `STRING`**Provider name**: `description`**Description**: Description of the task.

      - `name`**Type**: `STRING`**Provider name**: `name`

      - `preview_type`**Type**: `STRING`**Provider name**: `previewType`**Description**: This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task.

      - `references`**Type**: `STRUCT`**Provider name**: `references`**Description**: The collection of references on the task.

      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

    - `due_date_time`**Type**: `STRING`**Provider name**: `dueDateTime`**Description**: Date and time at which the task is due. The Timestamp type 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

    - `has_description`**Type**: `BOOLEAN`**Provider name**: `hasDescription`**Description**: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise.

    - `name`**Type**: `STRING`**Provider name**: `name`

    - `order_hint`**Type**: `STRING`**Provider name**: `orderHint`**Description**: Hint used to order items of this type in a list view. The format is defined as outlined here.

    - `percent_complete`**Type**: `INT32`**Provider name**: `percentComplete`**Description**: Percentage of task completion. When set to 100, the task is considered completed.

    - `plan_id`**Type**: `STRING`**Provider name**: `planId`**Description**: Plan ID to which the task belongs.

    - `preview_type`**Type**: `STRING`**Provider name**: `previewType`**Description**: This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference.

    - `priority`**Type**: `INT32`**Provider name**: `priority`**Description**: Priority of the task. The valid range of values is between 0 and 10, with the increasing value being lower priority (0 has the highest priority and 10 has the lowest priority). Currently, Planner interprets values 0 and 1 as 'urgent', 2, 3 and 4 as 'important', 5, 6, and 7 as 'medium', and 8, 9, and 10 as 'low'. Additionally, Planner sets the value 1 for 'urgent', 3 for 'important', 5 for 'medium', and 9 for 'low'.

    - `progress_task_board_format`**Type**: `STRUCT`**Provider name**: `progressTaskBoardFormat`**Description**: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress.

      - `name`**Type**: `STRING`**Provider name**: `name`
      - `order_hint`**Type**: `STRING`**Provider name**: `orderHint`**Description**: Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

    - `reference_count`**Type**: `INT32`**Provider name**: `referenceCount`**Description**: Number of external references that exist on the task.

    - `start_date_time`**Type**: `STRING`**Provider name**: `startDateTime`**Description**: Date and time at which the task starts. The Timestamp type 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

    - `title`**Type**: `STRING`**Provider name**: `title`**Description**: Title of the task.

    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `title`**Type**: `STRING`**Provider name**: `title`**Description**: Required. Title of the plan.
  - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `preferred_data_location`{% #preferred_data_location %}

**Type**: `STRING`**Provider name**: `preferredDataLocation`**Description**: The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.

## `preferred_language`{% #preferred_language %}

**Type**: `STRING`**Provider name**: `preferredLanguage`**Description**: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example, en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).

## `proxy_addresses`{% #proxy_addresses %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `proxyAddresses`**Description**: Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).

## `rejected_senders`{% #rejected_senders %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `rejectedSenders`**Description**: The list of users or groups not allowed to create posts or calendar events in this group. Nullable

- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `renewed_date_time`{% #renewed_date_time %}

**Type**: `STRING`**Provider name**: `renewedDateTime`**Description**: Timestamp of when the group was last renewed. This value can't be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.

## `resource_group`{% #resource_group %}

**Type**: `STRING`

## `security_enabled`{% #security_enabled %}

**Type**: `BOOLEAN`**Provider name**: `securityEnabled`**Description**: Specifies whether the group is a security group. Required. Returned by default. Supports $filter (eq, ne, not, in).

## `security_identifier`{% #security_identifier %}

**Type**: `STRING`**Provider name**: `securityIdentifier`**Description**: Security identifier of the group, used in Windows scenarios. Read-only. Returned by default.

## `service_provisioning_errors`{% #service_provisioning_errors %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `serviceProvisioningErrors`**Description**: Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).

- `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: The date and time at which the error occurred.
- `is_resolved`**Type**: `BOOLEAN`**Provider name**: `isResolved`**Description**: Indicates whether the error has been attended to.
- `service_instance`**Type**: `STRING`**Provider name**: `serviceInstance`**Description**: Qualified service instance (for example, 'SharePoint/Dublin') that published the service error information.

## `settings`{% #settings %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `settings`**Description**: Settings that can govern this group's behavior, like whether members can invite guests to the group. Nullable.

- `display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: Display name of this group of settings, which comes from the associated template.
- `name`**Type**: `STRING`**Provider name**: `name`
- `template_id`**Type**: `STRING`**Provider name**: `templateId`**Description**: Unique identifier for the tenant-level groupSettingTemplates object that's been customized for this group-level settings object. Read-only.
- `values`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `values`**Description**: Collection of name-value pairs corresponding to the name and defaultValue properties in the referenced groupSettingTemplates object.
  - `name`**Type**: `STRING`**Provider name**: `name`**Description**: Name of the setting (as defined by the groupSettingTemplate).
  - `value`**Type**: `STRING`**Provider name**: `value`**Description**: Value of the setting.
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `subscription_id`{% #subscription_id %}

**Type**: `STRING`

## `subscription_name`{% #subscription_name %}

**Type**: `STRING`

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `theme`{% #theme %}

**Type**: `STRING`**Provider name**: `theme`**Description**: Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange, or Red. Returned by default.

## `threads`{% #threads %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `threads`**Description**: The group's conversation threads. Nullable.

- `cc_recipients`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `ccRecipients`**Description**: The Cc: recipients for the thread. Returned only on $select.
  - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
    - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
    - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
- `has_attachments`**Type**: `BOOLEAN`**Provider name**: `hasAttachments`**Description**: Indicates whether any of the posts within this thread has at least one attachment. Returned by default.
- `is_locked`**Type**: `BOOLEAN`**Provider name**: `isLocked`**Description**: Indicates if the thread is locked. Returned by default.
- `last_delivered_date_time`**Type**: `STRING`**Provider name**: `lastDeliveredDateTime`**Description**: The Timestamp type 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.Returned by default.
- `name`**Type**: `STRING`**Provider name**: `name`
- `posts`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `posts`
  - `attachments`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `attachments`**Description**: Read-only. Nullable. Supports $expand.
    - `content_type`**Type**: `STRING`**Provider name**: `contentType`**Description**: The MIME type.
    - `is_inline`**Type**: `BOOLEAN`**Provider name**: `isInline`**Description**: true if the attachment is an inline attachment; otherwise, false.
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: The Timestamp type 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
    - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The attachment's file name.
    - `size`**Type**: `INT32`**Provider name**: `size`**Description**: The length of the attachment in bytes.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `body`**Type**: `STRUCT`**Provider name**: `body`**Description**: The contents of the post. This is a default property. This property can be null.
    - `content`**Type**: `STRING`**Provider name**: `content`**Description**: The content of the item.
    - `content_type`**Type**: `STRING`**Provider name**: `contentType`**Description**: The type of the content. Possible values are text and html.
  - `conversation_id`**Type**: `STRING`**Provider name**: `conversationId`**Description**: Unique ID of the conversation. Read-only.
  - `conversation_thread_id`**Type**: `STRING`**Provider name**: `conversationThreadId`**Description**: Unique ID of the conversation thread. Read-only.
  - `extensions`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `extensions`**Description**: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `from`**Type**: `STRUCT`**Provider name**: `from`
    - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
      - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
  - `has_attachments`**Type**: `BOOLEAN`**Provider name**: `hasAttachments`**Description**: Indicates whether the post has at least one attachment. This is a default property.
  - `in_reply_to`**Type**: `STRUCT`**Provider name**: `inReplyTo`**Description**: Read-only. Supports $expand.
    - `attachments`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `attachments`**Description**: Read-only. Nullable. Supports $expand.
      - `content_type`**Type**: `STRING`**Provider name**: `contentType`**Description**: The MIME type.
      - `is_inline`**Type**: `BOOLEAN`**Provider name**: `isInline`**Description**: true if the attachment is an inline attachment; otherwise, false.
      - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: The Timestamp type 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
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The attachment's file name.
      - `size`**Type**: `INT32`**Provider name**: `size`**Description**: The length of the attachment in bytes.
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `body`**Type**: `STRUCT`**Provider name**: `body`**Description**: The contents of the post. This is a default property. This property can be null.
      - `content`**Type**: `STRING`**Provider name**: `content`**Description**: The content of the item.
      - `content_type`**Type**: `STRING`**Provider name**: `contentType`**Description**: The type of the content. Possible values are text and html.
    - `conversation_id`**Type**: `STRING`**Provider name**: `conversationId`**Description**: Unique ID of the conversation. Read-only.
    - `conversation_thread_id`**Type**: `STRING`**Provider name**: `conversationThreadId`**Description**: Unique ID of the conversation thread. Read-only.
    - `extensions`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `extensions`**Description**: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand.
      - `name`**Type**: `STRING`**Provider name**: `name`
      - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
    - `from`**Type**: `STRUCT`**Provider name**: `from`
      - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
        - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
        - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
    - `has_attachments`**Type**: `BOOLEAN`**Provider name**: `hasAttachments`**Description**: Indicates whether the post has at least one attachment. This is a default property.
    - `new_participants`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `newParticipants`**Description**: Conversation participants that were added to the thread as part of this post.
      - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
        - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
        - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
    - `received_date_time`**Type**: `STRING`**Provider name**: `receivedDateTime`**Description**: Specifies when the post was received. The DateTimeOffset type 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
    - `sender`**Type**: `STRUCT`**Provider name**: `sender`**Description**: Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property.
      - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
        - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
        - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
    - `categories`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `categories`**Description**: The categories associated with the item
    - `change_key`**Type**: `STRING`**Provider name**: `changeKey`**Description**: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
    - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: The Timestamp type 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
    - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: The Timestamp type 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
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `multi_value_extended_properties`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `multiValueExtendedProperties`**Description**: The collection of multi-value extended properties defined for the post. Read-only. Nullable.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `value`**Description**: A collection of property values.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `name`**Type**: `STRING`**Provider name**: `name`
  - `new_participants`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `newParticipants`**Description**: Conversation participants that were added to the thread as part of this post.
    - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
      - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
  - `received_date_time`**Type**: `STRING`**Provider name**: `receivedDateTime`**Description**: Specifies when the post was received. The DateTimeOffset type 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
  - `sender`**Type**: `STRUCT`**Provider name**: `sender`**Description**: Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property.
    - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
      - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
  - `single_value_extended_properties`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `singleValueExtendedProperties`**Description**: The collection of single-value extended properties defined for the post. Read-only. Nullable.
    - `name`**Type**: `STRING`**Provider name**: `name`
    - `value`**Type**: `STRING`**Provider name**: `value`**Description**: A property value.
    - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
  - `categories`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `categories`**Description**: The categories associated with the item
  - `change_key`**Type**: `STRING`**Provider name**: `changeKey`**Description**: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
  - `created_date_time`**Type**: `STRING`**Provider name**: `createdDateTime`**Description**: The Timestamp type 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
  - `last_modified_date_time`**Type**: `STRING`**Provider name**: `lastModifiedDateTime`**Description**: The Timestamp type 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
  - `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.
- `preview`**Type**: `STRING`**Provider name**: `preview`**Description**: A short summary from the body of the latest post in this conversation. Returned by default.
- `to_recipients`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `toRecipients`**Description**: The To: recipients for the thread. Returned only on $select.
  - `email_address`**Type**: `STRUCT`**Provider name**: `emailAddress`**Description**: The recipient's email address.
    - `address`**Type**: `STRING`**Provider name**: `address`**Description**: The email address of the person or entity.
    - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The display name of the person or entity.
- `topic`**Type**: `STRING`**Provider name**: `topic`**Description**: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default.
- `unique_senders`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `uniqueSenders`**Description**: All the users that sent a message to this thread. Returned by default.
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `transitive_member_of`{% #transitive_member_of %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `transitiveMemberOf`**Description**: The groups that a group is a member of, either directly or through nested membership. Nullable.

- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `transitive_members`{% #transitive_members %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `transitiveMembers`**Description**: The direct and transitive members of a group. Nullable.

- `deleted_date_time`**Type**: `STRING`**Provider name**: `deletedDateTime`**Description**: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `name`**Type**: `STRING`**Provider name**: `name`
- `id`**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier for an entity. Read-only.

## `unique_name`{% #unique_name %}

**Type**: `STRING`**Provider name**: `uniqueName`**Description**: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only.

## `unseen_count`{% #unseen_count %}

**Type**: `INT64`**Provider name**: `unseenCount`**Description**: Count of conversations that received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).

## `visibility`{% #visibility %}

**Type**: `STRING`**Provider name**: `visibility`**Description**: Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.
